COLOR #DFA158

HEX: #DFA158
RGB: (223,161,88)

Color info

#DFA158 contains mainly red color. Web safe color of #DFA158 is #CC9966 (or #C96).

RGB color model

#DFA158 color RGB value is (223,161,88).

  • red value is 223;
  • green value is 161;
  • blue value is 88.
RGB:
(223,161,88)
(87%,63%,35%)

RGB channels and saturation

R 223 of 255 = 87%
G 161 of 255 = 63%
B 88 of 255 = 35%

223
161
88

R + G + B ~ 62%. #DFA158 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 161 + 88 = 472 (100%)
R 223 of 472 ~ 47.25%
G 161 of 472 ~ 34.11%
B 88 of 472 ~ 18.64%

%47.25
%34.11
%18.64

CMYK color model

#DFA158 color CMYK value is (0,28,61,13).

  • cyan value is 0.00%
  • magenta value is 27.80%
  • yellow value is 60.54%
  • key color value is 12.55%
CMYK:
(0,28,61,13)
C0M28Y61K13 
(0%,28%,61%,13%)
(0.00/0.28/0.61/0.13)	

CMYK percentages

%0
%27.8
%60.54
%12.55

Codes

Color #DFA158 in popluar color models

DFA158
RGB22316188
HSL32°67.84%60.98%
HSB/HSV32°60.54%87.45%
CMYK0.00%27.80%60.54%
12.55%

Color #DFA158 in popluar number systems.

HEXDFA158
Decimal22316188
Binary11011111101000011011000
Octal337241130

Shades and tints

Shades of #DFA158

#DFA158
(223,161,88)
#CB9350
(203,147,80)
#B78548
(183,133,72)
#A37740
(163,119,64)
#8F6938
(143,105,56)
#7B5B30
(123,91,48)
#674D28
(103,77,40)
#533F20
(83,63,32)
#3F3118
(63,49,24)
#2B2310
(43,35,16)
#171508
(23,21,8)
#000000
(0,0,0)

Tints of #DFA158

#DFA158
(223,161,88)
#E1A967
(225,169,103)
#E3B176
(227,177,118)
#E5B985
(229,185,133)
#E7C194
(231,193,148)
#E9C9A3
(233,201,163)
#EBD1B2
(235,209,178)
#EDD9C1
(237,217,193)
#EFE1D0
(239,225,208)
#F1E9DF
(241,233,223)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFA158 color. Also use rgb(223,161,88) instead hex code.

Text Font Color

.myTextColor { color: #DFA158; }

<p style="color:#DFA158">This sample text font color is #DFA158.</p>

This text font color is #DFA158.


Background Color

.myBgColor { background-color: #DFA158; }

<div style="background-color:#DFA158">Inner text</div>

This div background color is #DFA158.


Border color

.myBorderColor { border: 1px solid #DFA158; }

<div style="border:3px solid #DFA158">Div</div>

This div border color is #DFA158.


Opacity

.myOpacity80 { color: #DFA158; opacity: 0.8; }

<p style="color:#DFA158;opacity:0.8;">80%</p>

Text with #DFA158 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DFA158;}

<p style="text-shadow: 3px 3px 1px #DFA158">Text here.</p>

This text has shadow with #DFA158 color.

.textShadow {text-shadow: 3px 3px 1px #DFA158, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DFA158, 5px 5px 20px red">Text here.</p>

This text has shadow with #DFA158 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DFA158, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DFA158, Direction=45, Strength=4)">Text</p>

This text has shadow with #DFA158 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DFA158;
  -webkit-box-shadow:	1px 1px 3px 2px #DFA158;
  box-shadow:		1px 1px 3px 2px #DFA158;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DFA158;
-webkit-box-shadow: 1px 1px 3px 2px #DFA158;
box-shadow:1px 1px 3px 2px #DFA158;">
Div content here</div>
This div box has shadow with color #DFA158.

Preview

Color preview on black background

This text has color #DFA158 on black background.


Color preview on white background

This text has color #DFA158 on white background.



Black color preview on #DFA158 background

This text has black color on #DFA158 background.


White color preview on #DFA158 background

This text has white color on #DFA158 background.