#DEBB85

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

Shades of Burly Wood #DEBB85

Tints of Burly Wood #DEBB85

Color information

#DEBB85 (or 0xDEBB85) is unknown color: approx Burly Wood. HEX triplet: DE, BB and 85. RGB value is (222,187,133). Sum of RGB (Red+Green+Blue) = 222+187+133=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBB85 is #21447A. Grayscale: #BFBFBF. Windows color (decimal): -2180219 or 8764382. OLE color: 8764382.

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

Color convert

RGB222187133-
CMYK00.160.400.13
HSL36.4º57.42%69.61%-
HSV(B)36.4º40.09%87.06%-
XYZ52.1352.7629.63-
YUV191.3195.1149.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 187 (73.44% from 255) = 34.50%
BLUE value IS 133 (52.34% from 255) = 24.54%
R=40.96%
G=34.50%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218713300.160.400.1336.457.4269.61
HexDEBB8501028D243946
Octal33627320502050154471106
Binary11011110101110111000010101000010100011011001001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBB85; }

 p { color: rgb(222,187,133); }

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

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

 a { background-color: rgb(222,187,133); }

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

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

 span { border-color: rgb(222,187,133); }

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