Html Css Color HEX #DFAC99 Wax Flower

📋 copy color: '#DFAC99'

red 223 ◦ green 172 ◦ blue 153

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

Shades of Wax Flower #DFAC99

Tints of Wax Flower #DFAC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.39%

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

R = 40.69%
G = 31.39%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DFAC99 (or 0xDFAC99) is known color: Wax Flower. HEX triplet: DF, AC and 99. RGB value is (223,172,153). Sum of RGB (Red+Green+Blue) = 223+172+153=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAC99 is #205366. Grayscale: #B9B9B9. Windows color (decimal): -2118503 or 10071263. OLE color: 10071263.

HSL color Cylindrical-coordinate representation of color #DFAC99: hue angle of 16.29º degrees, saturation: 0.52, 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 #DFAC99 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 172 153 -
CMYK 0 0.23 0.31 0.13
HSL 16.29º 0.52% 0.74% -
HSV(B) 16.29º 0.31% 0.87% -
XYZ 50.93 47.49 36.62 -
YUV 185.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 223 172 153 0 0.23 0.31 0.13 16.29 0.52 0.74
Hex DF AC 99 0 17 1F D 10 34 4A
Octal 337 254 231 0 27 37 15 20 64 112
Binary 11011111 10101100 10011001 0 10111 11111 1101 10000 110100 1001010

Color Harmonies of #DFAC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC99

Black with #DFAC99

Text Example


Text Example

White with #DFAC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC99; }

 p { color: rgb(223,172,153); }

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

background-color css

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

 a { background-color: rgb(223,172,153); }

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

border-color css

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

 span { border-color: rgb(223,172,153); }

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