#DEBD87

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

Shades of Burly Wood #DEBD87

Tints of Burly Wood #DEBD87

Color information

#DEBD87 (or 0xDEBD87) is unknown color: approx Burly Wood. HEX triplet: DE, BD and 87. RGB value is (222,189,135). Sum of RGB (Red+Green+Blue) = 222+189+135=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 135 (53.12% from 255 or 24.73% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBD87 is #214278. Grayscale: #C0C0C0. Windows color (decimal): -2179705 or 8895966. OLE color: 8895966.

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

Color convert

RGB222189135-
CMYK00.150.390.13
HSL37.24º56.86%70%-
HSV(B)37.24º39.19%87.06%-
XYZ52.6953.6730.5-
YUV192.7195.43148.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.66%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 135 (53.12% from 255) = 24.73%
R=40.66%
G=34.62%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218913500.150.390.1337.2456.8670
HexDEBD870F27D253946
Octal33627520701747154571106
Binary1101111010111101100001110111110011111011001011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD87; }

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

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

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

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

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

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

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

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