#DFBE8E

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

Shades of Burly Wood #DFBE8E

Tints of Burly Wood #DFBE8E

Color information

#DFBE8E (or 0xDFBE8E) is unknown color: approx Burly Wood. HEX triplet: DF, BE and 8E. RGB value is (223,190,142). Sum of RGB (Red+Green+Blue) = 223+190+142=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBE8E is #204171. Grayscale: #C2C2C2. Windows color (decimal): -2113906 or 9354975. OLE color: 9354975.

HSL color Cylindrical-coordinate representation of color #DFBE8E: hue angle of 35.56º 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 #DFBE8E is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB223190142-
CMYK00.150.360.13
HSL35.56º55.86%71.57%-
HSV(B)35.56º36.32%87.45%-
XYZ53.7354.4733.27-
YUV194.498.43148.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.18%
GREEN value IS 190 (74.61% from 255) = 34.23%
BLUE value IS 142 (55.86% from 255) = 25.59%
R=40.18%
G=34.23%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319014200.150.360.1335.5655.8671.57
HexDFBE8E0F24D243848
Octal33727621601744154470110
Binary1101111110111110100011100111110010011011001001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBE8E; }

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

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

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

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

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

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

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

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