#DFAB99

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

Shades of Rose #DFAB99

Tints of Rose #DFAB99

Color information

#DFAB99 (or 0xDFAB99) is unknown color: approx Rose. HEX triplet: DF, AB and 99. RGB value is (223,171,153). Sum of RGB (Red+Green+Blue) = 223+171+153=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAB99 is #205466. Grayscale: #B8B8B8. Windows color (decimal): -2118759 or 10071007. OLE color: 10071007.

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

Color convert

RGB223171153-
CMYK00.230.310.13
HSL15.43º52.24%73.73%-
HSV(B)15.43º31.39%87.45%-
XYZ50.7447.1136.56-
YUV184.5110.23155.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.77%
GREEN value IS 171 (67.19% from 255) = 31.26%
BLUE value IS 153 (60.16% from 255) = 27.97%
R=40.77%
G=31.26%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317115300.230.310.1315.4352.2473.73
HexDFAB990171FDf344a
Octal33725323102737151764112
Binary11011111101010111001100101011111111110111111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAB99; }

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

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

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

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

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

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

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

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