COLOR #DFBF81

HEX: #DFBF81
RGB: (223,191,129)

Color info

#DFBF81 contains mainly red and green colors. Web safe color of #DFBF81 is #CCCC99 (or #CC9).

RGB color model

#DFBF81 color RGB value is (223,191,129).

  • red value is 223;
  • green value is 191;
  • blue value is 129.
RGB:
(223,191,129)
(87%,75%,51%)

RGB channels and saturation

R 223 of 255 = 87%
G 191 of 255 = 75%
B 129 of 255 = 51%

223
191
129

R + G + B ~ 71%. #DFBF81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 191 + 129 = 543 (100%)
R 223 of 543 ~ 41.07%
G 191 of 543 ~ 35.17%
B 129 of 543 ~ 23.76%

%41.07
%35.17
%23.76

CMYK color model

#DFBF81 color CMYK value is (0,14,42,13).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 42.15%
  • key color value is 12.55%
CMYK:
(0,14,42,13)
C0M14Y42K13 
(0%,14%,42%,13%)
(0.00/0.14/0.42/0.13)	

CMYK percentages

%0
%14.35
%42.15
%12.55

Codes

Color #DFBF81 in popluar color models

DFBF81
RGB223191129
HSL40°59.49%69.02%
HSB/HSV40°42.15%87.45%
CMYK0.00%14.35%42.15%
12.55%

Color #DFBF81 in popluar number systems.

HEXDFBF81
Decimal223191129
Binary110111111011111110000001
Octal337277201

Shades and tints

Shades of #DFBF81

#DFBF81
(223,191,129)
#CBAE76
(203,174,118)
#B79D6B
(183,157,107)
#A38C60
(163,140,96)
#8F7B55
(143,123,85)
#7B6A4A
(123,106,74)
#67593F
(103,89,63)
#534834
(83,72,52)
#3F3729
(63,55,41)
#2B261E
(43,38,30)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #DFBF81

#DFBF81
(223,191,129)
#E1C48C
(225,196,140)
#E3C997
(227,201,151)
#E5CEA2
(229,206,162)
#E7D3AD
(231,211,173)
#E9D8B8
(233,216,184)
#EBDDC3
(235,221,195)
#EDE2CE
(237,226,206)
#EFE7D9
(239,231,217)
#F1ECE4
(241,236,228)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBF81 color. Also use rgb(223,191,129) instead hex code.

Text Font Color

.myTextColor { color: #DFBF81; }

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

This text font color is #DFBF81.


Background Color

.myBgColor { background-color: #DFBF81; }

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

This div background color is #DFBF81.


Border color

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

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

This div border color is #DFBF81.


Opacity

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

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

Text with #DFBF81 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 #DFBF81;}

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

This text has shadow with #DFBF81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBF81 on black background.


Color preview on white background

This text has color #DFBF81 on white background.



Black color preview on #DFBF81 background

This text has black color on #DFBF81 background.


White color preview on #DFBF81 background

This text has white color on #DFBF81 background.