#DEB29C

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

Shades of Wax Flower #DEB29C

Tints of Wax Flower #DEB29C

Color information

#DEB29C (or 0xDEB29C) is unknown color: approx Wax Flower. HEX triplet: DE, B2 and 9C. RGB value is (222,178,156). Sum of RGB (Red+Green+Blue) = 222+178+156=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB29C is #214D63. Grayscale: #BCBCBC. Windows color (decimal): -2182500 or 10269406. OLE color: 10269406.

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

Color convert

RGB222178156-
CMYK00.200.300.13
HSL20º50%74.12%-
HSV(B)20º29.73%87.06%-
XYZ52.0549.7738.32-
YUV188.65109.58151.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.93%
GREEN value IS 178 (69.92% from 255) = 32.01%
BLUE value IS 156 (61.33% from 255) = 28.06%
R=39.93%
G=32.01%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217815600.200.300.13205074.12
HexDEB29C0141ED14324a
Octal33626223402436152462112
Binary110111101011001010011100010100111101101101001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB29C; }

 p { color: rgb(222,178,156); }

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

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

 a { background-color: rgb(222,178,156); }

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

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

 span { border-color: rgb(222,178,156); }

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