#DEBD86

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

Shades of Burly Wood #DEBD86

Tints of Burly Wood #DEBD86

Color information

#DEBD86 (or 0xDEBD86) is unknown color: approx Burly Wood. HEX triplet: DE, BD and 86. RGB value is (222,189,134). Sum of RGB (Red+Green+Blue) = 222+189+134=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBD86 is #214279. Grayscale: #C0C0C0. Windows color (decimal): -2179706 or 8830430. OLE color: 8830430.

HSL color Cylindrical-coordinate representation of color #DEBD86: hue angle of 37.5º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEBD86 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB222189134-
CMYK00.150.400.13
HSL37.5º57.14%69.8%-
HSV(B)37.5º39.64%87.06%-
XYZ52.6253.6530.14-
YUV192.694.93148.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 134 (52.73% from 255) = 24.59%
R=40.73%
G=34.68%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218913400.150.400.1337.557.1469.8
HexDEBD860F28D263946
Octal33627520601750154671106
Binary1101111010111101100001100111110100011011001101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD86; }

 p { color: rgb(222,189,134); }

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

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

 a { background-color: rgb(222,189,134); }

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

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

 span { border-color: rgb(222,189,134); }

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