Shades of Rose #DFAA93
Tints of Rose #DFAA93
RGB
CMYK
RGB Variations
Color information
#DFAA93 (or 0xDFAA93) is known color: Rose. HEX triplet: DF, AA and 93. RGB value is (223,170,147). Sum of RGB (Red+Green+Blue) = 223+170+147=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAA93 is #20556C. Grayscale: #B7B7B7. Windows color (decimal): -2119021 or 9677535. OLE color: 9677535.
HSL color Cylindrical-coordinate representation of color #DFAA93: hue angle of 18.16º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFAA93 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 147 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.13 |
| HSL | 18.16º | 0.54% | 0.73% | - |
| HSV(B) | 18.16º | 0.34% | 0.87% | - |
| XYZ | 50.07 | 46.54 | 33.95 | - |
| YUV | 183.23 | 107.56 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 147 | 0 | 0.24 | 0.34 | 0.13 | 18.16 | 0.54 | 0.73 |
| Hex | DF | AA | 93 | 0 | 18 | 22 | D | 12 | 36 | 49 |
| Octal | 337 | 252 | 223 | 0 | 30 | 42 | 15 | 22 | 66 | 111 |
| Binary | 11011111 | 10101010 | 10010011 | 0 | 11000 | 100010 | 1101 | 10010 | 110110 | 1001001 |
Color Harmonies of #DFAA93
Complementary color
Monochromatic Colors of #DFAA93
Black with #DFAA93
Text Example
Text Example
White with #DFAA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA93; }
p { color: rgb(223,170,147); }
H1.HeaderClassName
{
color: #DFAA93;
}
.AnyTagClassName
{
color: #DFAA93;
}
</style>
background-color css
<style>
a { background-color: #DFAA93; }
a { background-color: rgb(223,170,147); }
div.DivClassName
{
background-color: #DFAA93;
}
.BgClassName
{
background-color: #DFAA93;
}
</style>
border-color css
<style>
span { border-color: #DFAA93; }
span { border-color: rgb(223,170,147); }
td.TdClassName
{
border-color: #DFAA93;
}
.TagClassName
{
border-color: #DFAA93;
}
</style>