Html Css Color HEX #DEB29C Wax Flower

📋 copy color: '#DEB29C'

red 222 ◦ green 178 ◦ blue 156

#DEB29C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wax Flower #DEB29C

Tints of Wax Flower #DEB29C

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 value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DEB29C (or 0xDEB29C) is known color: 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

RGB 222 178 156 -
CMYK 0 0.20 0.30 0.13
HSL 20º 0.5% 0.74% -
HSV(B) 20º 0.3% 0.87% -
XYZ 52.05 49.77 38.32 -
YUV 188.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 222 178 156 0 0.20 0.30 0.13 20 0.5 0.74
Hex DE B2 9C 0 14 1E D 14 32 4A
Octal 336 262 234 0 24 36 15 24 62 112
Binary 11011110 10110010 10011100 0 10100 11110 1101 10100 110010 1001010

Color Harmonies of #DEB29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB29C

Black with #DEB29C

Text Example


Text Example

White with #DEB29C

Text Example


Text Example

HTML Codes & Css Web 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>