#DEBD8B

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

Shades of Burly Wood #DEBD8B

Tints of Burly Wood #DEBD8B

Color information

#DEBD8B (or 0xDEBD8B) is unknown color: approx Burly Wood. HEX triplet: DE, BD and 8B. RGB value is (222,189,139). Sum of RGB (Red+Green+Blue) = 222+189+139=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBD8B is #214274. Grayscale: #C1C1C1. Windows color (decimal): -2179701 or 9158110. OLE color: 9158110.

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

Color convert

RGB222189139-
CMYK00.150.370.13
HSL36.14º55.7%70.78%-
HSV(B)36.14º37.39%87.06%-
XYZ52.9853.7932.02-
YUV193.1797.43148.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.36%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 139 (54.69% from 255) = 25.27%
R=40.36%
G=34.36%
B=25.27%

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
Decimal22218913900.150.370.1336.1455.770.78
HexDEBD8B0F25D243847
Octal33627521301745154470107
Binary1101111010111101100010110111110010111011001001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD8B; }

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

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

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

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

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

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

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

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