COLOR #DFB05D

HEX: #DFB05D
RGB: (223,176,93)

Color info

#DFB05D contains mainly red and green colors. Web safe color of #DFB05D is #CC9966 (or #C96).

RGB color model

#DFB05D color RGB value is (223,176,93).

  • red value is 223;
  • green value is 176;
  • blue value is 93.
RGB:
(223,176,93)
(87%,69%,36%)

RGB channels and saturation

R 223 of 255 = 87%
G 176 of 255 = 69%
B 93 of 255 = 36%

223
176
93

R + G + B ~ 64%. #DFB05D is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 176 + 93 = 492 (100%)
R 223 of 492 ~ 45.33%
G 176 of 492 ~ 35.77%
B 93 of 492 ~ 18.9%

%45.33
%35.77
%18.9

CMYK color model

#DFB05D color CMYK value is (0,21,58,13).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 58.30%
  • key color value is 12.55%
CMYK:
(0,21,58,13)
C0M21Y58K13 
(0%,21%,58%,13%)
(0.00/0.21/0.58/0.13)	

CMYK percentages

%0
%21.08
%58.3
%12.55

Codes

Color #DFB05D in popluar color models

DFB05D
RGB22317693
HSL38°67.01%61.96%
HSB/HSV38°58.30%87.45%
CMYK0.00%21.08%58.30%
12.55%

Color #DFB05D in popluar number systems.

HEXDFB05D
Decimal22317693
Binary11011111101100001011101
Octal337260135

Shades and tints

Shades of #DFB05D

#DFB05D
(223,176,93)
#CBA055
(203,160,85)
#B7904D
(183,144,77)
#A38045
(163,128,69)
#8F703D
(143,112,61)
#7B6035
(123,96,53)
#67502D
(103,80,45)
#534025
(83,64,37)
#3F301D
(63,48,29)
#2B2015
(43,32,21)
#17100D
(23,16,13)
#000000
(0,0,0)

Tints of #DFB05D

#DFB05D
(223,176,93)
#E1B76B
(225,183,107)
#E3BE79
(227,190,121)
#E5C587
(229,197,135)
#E7CC95
(231,204,149)
#E9D3A3
(233,211,163)
#EBDAB1
(235,218,177)
#EDE1BF
(237,225,191)
#EFE8CD
(239,232,205)
#F1EFDB
(241,239,219)
#F3F6E9
(243,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB05D color. Also use rgb(223,176,93) instead hex code.

Text Font Color

.myTextColor { color: #DFB05D; }

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

This text font color is #DFB05D.


Background Color

.myBgColor { background-color: #DFB05D; }

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

This div background color is #DFB05D.


Border color

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

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

This div border color is #DFB05D.


Opacity

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

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

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

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

This text has shadow with #DFB05D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB05D on black background.


Color preview on white background

This text has color #DFB05D on white background.



Black color preview on #DFB05D background

This text has black color on #DFB05D background.


White color preview on #DFB05D background

This text has white color on #DFB05D background.