Html Css Color HEX #DFAC98 Wax Flower

📋 copy color: '#DFAC98'

red 223 ◦ green 172 ◦ blue 152

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

Shades of Wax Flower #DFAC98

Tints of Wax Flower #DFAC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.79%

R = 40.77%
G = 31.44%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DFAC98 (or 0xDFAC98) is known color: Wax Flower. HEX triplet: DF, AC and 98. RGB value is (223,172,152). Sum of RGB (Red+Green+Blue) = 223+172+152=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAC98 is #205367. Grayscale: #B9B9B9. Windows color (decimal): -2118504 or 10005727. OLE color: 10005727.

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

Color convert

RGB 223 172 152 -
CMYK 0 0.23 0.32 0.13
HSL 16.9º 0.53% 0.74% -
HSV(B) 16.9º 0.32% 0.87% -
XYZ 50.85 47.46 36.19 -
YUV 184.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 223 172 152 0 0.23 0.32 0.13 16.9 0.53 0.74
Hex DF AC 98 0 17 20 D 11 35 4A
Octal 337 254 230 0 27 40 15 21 65 112
Binary 11011111 10101100 10011000 0 10111 100000 1101 10001 110101 1001010

Color Harmonies of #DFAC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC98

Black with #DFAC98

Text Example


Text Example

White with #DFAC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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