#DFAC97

Color #DFAC97 Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose #DFAC97

Tints of Rose #DFAC97

Color information

#DFAC97 (or 0xDFAC97) is unknown color: approx Rose. HEX triplet: DF, AC and 97. RGB value is (223,172,151). Sum of RGB (Red+Green+Blue) = 223+172+151=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 151 (59.38% from 255 or 27.66% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAC97 is #205368. Grayscale: #B8B8B8. Windows color (decimal): -2118505 or 9940191. OLE color: 9940191.

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

Color convert

RGB223172151-
CMYK00.230.320.13
HSL17.5º52.94%73.33%-
HSV(B)17.5º32.29%87.45%-
XYZ50.7747.4335.76-
YUV184.86108.9155.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.84%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 151 (59.38% from 255) = 27.66%
R=40.84%
G=31.50%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317215100.230.320.1317.552.9473.33
HexDFAC9701720D123549
Octal33725422702740152265111
Binary1101111110101100100101110101111000001101100101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAC97; }

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

 H1.HeaderClassName
 {
   color: #DFAC97;
 }
 .AnyTagClassName
 {
   color: #DFAC97;
 }
</style>
background-color css

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

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

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

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

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

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