#DFBF8E

Color #DFBF8E Burly Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burly Wood #DFBF8E

Tints of Burly Wood #DFBF8E

Color information

#DFBF8E (or 0xDFBF8E) is unknown color: approx Burly Wood. HEX triplet: DF, BF and 8E. RGB value is (223,191,142). Sum of RGB (Red+Green+Blue) = 223+191+142=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBF8E is #204071. Grayscale: #C3C3C3. Windows color (decimal): -2113650 or 9355231. OLE color: 9355231.

HSL color Cylindrical-coordinate representation of color #DFBF8E: hue angle of 36.3º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFBF8E is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB223191142-
CMYK00.140.360.13
HSL36.3º55.86%71.57%-
HSV(B)36.3º36.32%87.45%-
XYZ53.9454.933.35-
YUV194.9898.1147.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 40.11%
GREEN value IS 191 (75% from 255) = 34.35%
BLUE value IS 142 (55.86% from 255) = 25.54%
R=40.11%
G=34.35%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319114200.140.360.1336.355.8671.57
HexDFBF8E0E24D243848
Octal33727721601644154470110
Binary1101111110111111100011100111010010011011001001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBF8E; }

 p { color: rgb(223,191,142); }

 H1.HeaderClassName
 {
   color: #DFBF8E;
 }
 .AnyTagClassName
 {
   color: #DFBF8E;
 }
</style>
background-color css

<style>
 a { background-color: #DFBF8E; }

 a { background-color: rgb(223,191,142); }

 div.DivClassName
 {
   background-color: #DFBF8E;
 }
 .BgClassName
 {
   background-color: #DFBF8E;
 }
</style>
border-color css

<style>
 span { border-color: #DFBF8E; }

 span { border-color: rgb(223,191,142); }

 td.TdClassName
 {
   border-color: #DFBF8E;
 }
 .TagClassName
 {
   border-color: #DFBF8E;
 }
</style>