Shades of Rose #DFAA98
Tints of Rose #DFAA98
RGB
CMYK
RGB Variations
Color information
#DFAA98 (or 0xDFAA98) is known color: 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
| RGB | 223 | 170 | 152 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.13 |
| HSL | 15.21º | 0.53% | 0.74% | - |
| HSV(B) | 15.21º | 0.32% | 0.87% | - |
| XYZ | 50.47 | 46.7 | 36.06 | - |
| YUV | 183.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 152 | 0 | 0.24 | 0.32 | 0.13 | 15.21 | 0.53 | 0.74 |
| Hex | DF | AA | 98 | 0 | 18 | 20 | D | F | 35 | 4A |
| Octal | 337 | 252 | 230 | 0 | 30 | 40 | 15 | 17 | 65 | 112 |
| Binary | 11011111 | 10101010 | 10011000 | 0 | 11000 | 100000 | 1101 | 1111 | 110101 | 1001010 |
Color Harmonies of #DFAA98
Complementary color
Monochromatic Colors of #DFAA98
Black with #DFAA98
Text Example
Text Example
White with #DFAA98
Text Example
Text Example
HTML Codes & Css Web 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>