#DEB98A

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

Shades of Burly Wood #DEB98A

Tints of Burly Wood #DEB98A

Color information

#DEB98A (or 0xDEB98A) is unknown color: approx Burly Wood. HEX triplet: DE, B9 and 8A. RGB value is (222,185,138). Sum of RGB (Red+Green+Blue) = 222+185+138=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB98A is #214675. Grayscale: #BEBEBE. Windows color (decimal): -2180726 or 9091550. OLE color: 9091550.

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

Color convert

RGB222185138-
CMYK00.170.380.13
HSL33.57º56%70.59%-
HSV(B)33.57º37.84%87.06%-
XYZ52.0652.0631.35-
YUV190.798.26150.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 185 (72.66% from 255) = 33.94%
BLUE value IS 138 (54.30% from 255) = 25.32%
R=40.73%
G=33.94%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218513800.170.380.1333.575670.59
HexDEB98A01126D223847
Octal33627121202146154270107
Binary11011110101110011000101001000110011011011000101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB98A; }

 p { color: rgb(222,185,138); }

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

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

 a { background-color: rgb(222,185,138); }

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

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

 span { border-color: rgb(222,185,138); }

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