Html Css Color HEX #DFAE96 Wax Flower

📋 copy color: '#DFAE96'

red 223 ◦ green 174 ◦ blue 150

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

Shades of Wax Flower #DFAE96

Tints of Wax Flower #DFAE96

RGB

 RED value IS 223 (87.5% from 255) = 40.77%

 GREEN value IS 174 (68.36% from 255) = 31.81%

 BLUE value IS 150 (58.98% from 255) = 27.42%

R = 40.77%
G = 31.81%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DFAE96 (or 0xDFAE96) is known color: Wax Flower. HEX triplet: DF, AE and 96. RGB value is (223,174,150). Sum of RGB (Red+Green+Blue) = 223+174+150=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAE96 is #205169. Grayscale: #BABABA. Windows color (decimal): -2117994 or 9875167. OLE color: 9875167.

HSL color Cylindrical-coordinate representation of color #DFAE96: hue angle of 19.73º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFAE96 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 174 150 -
CMYK 0 0.22 0.33 0.13
HSL 19.73º 0.53% 0.73% -
HSV(B) 19.73º 0.33% 0.87% -
XYZ 51.07 48.16 35.46 -
YUV 185.92 107.73 154.45 -
System Red Green Blue C M Y K H S L
Decimal 223 174 150 0 0.22 0.33 0.13 19.73 0.53 0.73
Hex DF AE 96 0 16 21 D 14 35 49
Octal 337 256 226 0 26 41 15 24 65 111
Binary 11011111 10101110 10010110 0 10110 100001 1101 10100 110101 1001001

Color Harmonies of #DFAE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAE96

Black with #DFAE96

Text Example


Text Example

White with #DFAE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAE96; }

 p { color: rgb(223,174,150); }

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

background-color css

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

 a { background-color: rgb(223,174,150); }

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

border-color css

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

 span { border-color: rgb(223,174,150); }

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