#DEBB8A

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

Shades of Burly Wood #DEBB8A

Tints of Burly Wood #DEBB8A

Color information

#DEBB8A (or 0xDEBB8A) is unknown color: approx Burly Wood. HEX triplet: DE, BB and 8A. RGB value is (222,187,138). Sum of RGB (Red+Green+Blue) = 222+187+138=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBB8A is #214475. Grayscale: #C0C0C0. Windows color (decimal): -2180214 or 9092062. OLE color: 9092062.

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

Color convert

RGB222187138-
CMYK00.160.380.13
HSL35º56%70.59%-
HSV(B)35º37.84%87.06%-
XYZ52.4852.9131.49-
YUV191.8897.6149.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.59%
GREEN value IS 187 (73.44% from 255) = 34.19%
BLUE value IS 138 (54.30% from 255) = 25.23%
R=40.59%
G=34.19%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218713800.160.380.13355670.59
HexDEBB8A01026D233847
Octal33627321202046154370107
Binary11011110101110111000101001000010011011011000111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBB8A; }

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

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

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

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

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

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

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

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