Html Css Color HEX #DEB19B Wax Flower

📋 copy color: '#DEB19B'

red 222 ◦ green 177 ◦ blue 155

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

Shades of Wax Flower #DEB19B

Tints of Wax Flower #DEB19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.98%

R = 40.07%
G = 31.95%
B = 27.98%

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

#DEB19B (or 0xDEB19B) is known color: Wax Flower. HEX triplet: DE, B1 and 9B. RGB value is (222,177,155). Sum of RGB (Red+Green+Blue) = 222+177+155=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB19B is #214E64. Grayscale: #BCBCBC. Windows color (decimal): -2182757 or 10203614. OLE color: 10203614.

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

Color convert

RGB 222 177 155 -
CMYK 0 0.20 0.30 0.13
HSL 19.7º 0.5% 0.74% -
HSV(B) 19.7º 0.3% 0.87% -
XYZ 51.76 49.34 37.81 -
YUV 187.95 109.41 152.29 -
System Red Green Blue C M Y K H S L
Decimal 222 177 155 0 0.20 0.30 0.13 19.7 0.5 0.74
Hex DE B1 9B 0 14 1E D 14 32 4A
Octal 336 261 233 0 24 36 15 24 62 112
Binary 11011110 10110001 10011011 0 10100 11110 1101 10100 110010 1001010

Color Harmonies of #DEB19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB19B

Black with #DEB19B

Text Example


Text Example

White with #DEB19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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