#DEBE8E

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

Shades of Burly Wood #DEBE8E

Tints of Burly Wood #DEBE8E

Color information

#DEBE8E (or 0xDEBE8E) is unknown color: approx Burly Wood. HEX triplet: DE, BE and 8E. RGB value is (222,190,142). Sum of RGB (Red+Green+Blue) = 222+190+142=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBE8E is #214171. Grayscale: #C2C2C2. Windows color (decimal): -2179442 or 9354974. OLE color: 9354974.

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

Color convert

RGB222190142-
CMYK00.140.360.13
HSL36º54.79%71.37%-
HSV(B)36º36.04%87.06%-
XYZ53.4254.3133.26-
YUV194.198.6147.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.07%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 142 (55.86% from 255) = 25.63%
R=40.07%
G=34.30%
B=25.63%

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
Decimal22219014200.140.360.133654.7971.37
HexDEBE8E0E24D243747
Octal33627621601644154467107
Binary1101111010111110100011100111010010011011001001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBE8E; }

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

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

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

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

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

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

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

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