Html Css Color HEX #DEAF99 Wax Flower

📋 copy color: '#DEAF99'

red 222 ◦ green 175 ◦ blue 153

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

Shades of Wax Flower #DEAF99

Tints of Wax Flower #DEAF99

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.82%

 BLUE value IS 153 (60.16% from 255) = 27.82%

R = 40.36%
G = 31.82%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DEAF99 (or 0xDEAF99) is known color: Wax Flower. HEX triplet: DE, AF and 99. RGB value is (222,175,153). Sum of RGB (Red+Green+Blue) = 222+175+153=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAF99 is #215066. Grayscale: #BABABA. Windows color (decimal): -2183271 or 10072030. OLE color: 10072030.

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

Color convert

RGB 222 175 153 -
CMYK 0 0.21 0.31 0.13
HSL 19.13º 0.51% 0.74% -
HSV(B) 19.13º 0.31% 0.87% -
XYZ 51.2 48.49 36.8 -
YUV 186.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 222 175 153 0 0.21 0.31 0.13 19.13 0.51 0.74
Hex DE AF 99 0 15 1F D 13 33 4A
Octal 336 257 231 0 25 37 15 23 63 112
Binary 11011110 10101111 10011001 0 10101 11111 1101 10011 110011 1001010

Color Harmonies of #DEAF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF99

Black with #DEAF99

Text Example


Text Example

White with #DEAF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF99; }

 p { color: rgb(222,175,153); }

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

background-color css

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

 a { background-color: rgb(222,175,153); }

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

border-color css

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

 span { border-color: rgb(222,175,153); }

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