#DEBC8C

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

Shades of Burly Wood #DEBC8C

Tints of Burly Wood #DEBC8C

Color information

#DEBC8C (or 0xDEBC8C) is unknown color: approx Burly Wood. HEX triplet: DE, BC and 8C. RGB value is (222,188,140). Sum of RGB (Red+Green+Blue) = 222+188+140=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBC8C is #214373. Grayscale: #C0C0C0. Windows color (decimal): -2179956 or 9223390. OLE color: 9223390.

HSL color Cylindrical-coordinate representation of color #DEBC8C: hue angle of 35.12º degrees, saturation: 0.55, 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 #DEBC8C is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB222188140-
CMYK00.150.370.13
HSL35.12º55.41%70.98%-
HSV(B)35.12º36.94%87.06%-
XYZ52.8453.3932.33-
YUV192.6998.26148.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.36%
GREEN value IS 188 (73.83% from 255) = 34.18%
BLUE value IS 140 (55.08% from 255) = 25.45%
R=40.36%
G=34.18%
B=25.45%

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
Decimal22218814000.150.370.1335.1255.4170.98
HexDEBC8C0F25D233747
Octal33627421401745154367107
Binary1101111010111100100011000111110010111011000111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBC8C; }

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

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

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

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

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

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

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

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