#DEB39D

Color #DEB39D Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #DEB39D

Tints of Wax Flower #DEB39D

Color information

#DEB39D (or 0xDEB39D) is unknown color: approx Wax Flower. HEX triplet: DE, B3 and 9D. RGB value is (222,179,157). Sum of RGB (Red+Green+Blue) = 222+179+157=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB39D is #214C62. Grayscale: #BDBDBD. Windows color (decimal): -2182243 or 10335198. OLE color: 10335198.

HSL color Cylindrical-coordinate representation of color #DEB39D: hue angle of 20.31º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEB39D is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB222179157-
CMYK00.190.290.13
HSL20.31º49.62%74.31%-
HSV(B)20.31º29.28%87.06%-
XYZ52.3350.238.83-
YUV189.35109.75151.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.78%
GREEN value IS 179 (70.31% from 255) = 32.08%
BLUE value IS 157 (61.72% from 255) = 28.14%
R=39.78%
G=32.08%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217915700.190.290.1320.3149.6274.31
HexDEB39D0131DD14324a
Octal33626323502335152462112
Binary110111101011001110011101010011111011101101001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB39D; }

 p { color: rgb(222,179,157); }

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

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

 a { background-color: rgb(222,179,157); }

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

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

 span { border-color: rgb(222,179,157); }

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