#DFAA98

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

Shades of Rose #DFAA98

Tints of Rose #DFAA98

Color information

#DFAA98 (or 0xDFAA98) is unknown color: approx Rose. HEX triplet: DF, AA and 98. RGB value is (223,170,152). Sum of RGB (Red+Green+Blue) = 223+170+152=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAA98 is #205567. Grayscale: #B7B7B7. Windows color (decimal): -2119016 or 10005215. OLE color: 10005215.

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

Color convert

RGB223170152-
CMYK00.240.320.13
HSL15.21º52.59%73.53%-
HSV(B)15.21º31.84%87.45%-
XYZ50.4746.736.06-
YUV183.8110.06155.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 152 (59.77% from 255) = 27.89%
R=40.92%
G=31.19%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317015200.240.320.1315.2152.5973.53
HexDFAA9801820Df354a
Octal33725223003040151765112
Binary110111111010101010011000011000100000110111111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAA98; }

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

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

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

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

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

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

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

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