#DEBC8B

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

Shades of Burly Wood #DEBC8B

Tints of Burly Wood #DEBC8B

Color information

#DEBC8B (or 0xDEBC8B) is unknown color: approx Burly Wood. HEX triplet: DE, BC and 8B. RGB value is (222,188,139). Sum of RGB (Red+Green+Blue) = 222+188+139=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBC8B is #214374. Grayscale: #C0C0C0. Windows color (decimal): -2179957 or 9157854. OLE color: 9157854.

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

Color convert

RGB222188139-
CMYK00.150.370.13
HSL35.42º55.7%70.78%-
HSV(B)35.42º37.39%87.06%-
XYZ52.7753.3631.94-
YUV192.5897.76148.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.44%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 139 (54.69% from 255) = 25.32%
R=40.44%
G=34.24%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218813900.150.370.1335.4255.770.78
HexDEBC8B0F25D233847
Octal33627421301745154370107
Binary1101111010111100100010110111110010111011000111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBC8B; }

 p { color: rgb(222,188,139); }

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

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

 a { background-color: rgb(222,188,139); }

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

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

 span { border-color: rgb(222,188,139); }

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