#DEBD8D

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

Shades of Burly Wood #DEBD8D

Tints of Burly Wood #DEBD8D

Color information

#DEBD8D (or 0xDEBD8D) is unknown color: approx Burly Wood. HEX triplet: DE, BD and 8D. RGB value is (222,189,141). Sum of RGB (Red+Green+Blue) = 222+189+141=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBD8D is #214272. Grayscale: #C1C1C1. Windows color (decimal): -2179699 or 9289182. OLE color: 9289182.

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

Color convert

RGB222189141-
CMYK00.150.360.13
HSL35.56º55.1%71.18%-
HSV(B)35.56º36.49%87.06%-
XYZ53.1353.8532.79-
YUV193.498.43148.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.22%
GREEN value IS 189 (74.22% from 255) = 34.24%
BLUE value IS 141 (55.47% from 255) = 25.54%
R=40.22%
G=34.24%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218914100.150.360.1335.5655.171.18
HexDEBD8D0F24D243747
Octal33627521501744154467107
Binary1101111010111101100011010111110010011011001001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD8D; }

 p { color: rgb(222,189,141); }

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

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

 a { background-color: rgb(222,189,141); }

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

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

 span { border-color: rgb(222,189,141); }

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