#DEB485

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

Shades of Burly Wood #DEB485

Tints of Burly Wood #DEB485

Color information

#DEB485 (or 0xDEB485) is unknown color: approx Burly Wood. HEX triplet: DE, B4 and 85. RGB value is (222,180,133). Sum of RGB (Red+Green+Blue) = 222+180+133=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB485 is #214B7A. Grayscale: #BBBBBB. Windows color (decimal): -2182011 or 8762590. OLE color: 8762590.

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

Color convert

RGB222180133-
CMYK00.190.400.13
HSL31.69º57.42%69.61%-
HSV(B)31.69º40.09%87.06%-
XYZ50.6849.8729.14-
YUV187.297.41152.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 180 (70.70% from 255) = 33.64%
BLUE value IS 133 (52.34% from 255) = 24.86%
R=41.50%
G=33.64%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218013300.190.400.1331.6957.4269.61
HexDEB48501328D203946
Octal33626420502350154071106
Binary11011110101101001000010101001110100011011000001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB485; }

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

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

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

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

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

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

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

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