Html Css Color HEX #DEB19C Wax Flower

📋 copy color: '#DEB19C'

red 222 ◦ green 177 ◦ blue 156

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

Shades of Wax Flower #DEB19C

Tints of Wax Flower #DEB19C

RGB

 RED value IS 222 (87.11% from 255) = 40%

 GREEN value IS 177 (69.53% from 255) = 31.89%

 BLUE value IS 156 (61.33% from 255) = 28.11%

R = 40%
G = 31.89%
B = 28.11%

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

#DEB19C (or 0xDEB19C) is known color: Wax Flower. HEX triplet: DE, B1 and 9C. RGB value is (222,177,156). Sum of RGB (Red+Green+Blue) = 222+177+156=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB19C is #214E63. Grayscale: #BCBCBC. Windows color (decimal): -2182756 or 10269150. OLE color: 10269150.

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

Color convert

RGB 222 177 156 -
CMYK 0 0.20 0.30 0.13
HSL 19.09º 0.5% 0.74% -
HSV(B) 19.09º 0.3% 0.87% -
XYZ 51.85 49.37 38.25 -
YUV 188.06 109.91 152.21 -
System Red Green Blue C M Y K H S L
Decimal 222 177 156 0 0.20 0.30 0.13 19.09 0.5 0.74
Hex DE B1 9C 0 14 1E D 13 32 4A
Octal 336 261 234 0 24 36 15 23 62 112
Binary 11011110 10110001 10011100 0 10100 11110 1101 10011 110010 1001010

Color Harmonies of #DEB19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB19C

Black with #DEB19C

Text Example


Text Example

White with #DEB19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB19C; }

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

 H1.HeaderClassName
 {
   color: #DEB19C;
 }
 .AnyTagClassName
 {
   color: #DEB19C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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