Shades of Rose #D9A890
Tints of Rose #D9A890
RGB
CMYK
RGB Variations
Color information
#D9A890 (or 0xD9A890) is known color: Rose. HEX triplet: D9, A8 and 90. RGB value is (217,168,144). Sum of RGB (Red+Green+Blue) = 217+168+144=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A890 is #26576F. Grayscale: #B4B4B4. Windows color (decimal): -2512752 or 9480409. OLE color: 9480409.
HSL color Cylindrical-coordinate representation of color #D9A890: hue angle of 19.73º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9A890 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 144 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.15 |
| HSL | 19.73º | 0.49% | 0.71% | - |
| HSV(B) | 19.73º | 0.34% | 0.85% | - |
| XYZ | 47.65 | 44.77 | 32.52 | - |
| YUV | 179.92 | 107.73 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 144 | 0 | 0.23 | 0.34 | 0.15 | 19.73 | 0.49 | 0.71 |
| Hex | D9 | A8 | 90 | 0 | 17 | 22 | F | 14 | 31 | 47 |
| Octal | 331 | 250 | 220 | 0 | 27 | 42 | 17 | 24 | 61 | 107 |
| Binary | 11011001 | 10101000 | 10010000 | 0 | 10111 | 100010 | 1111 | 10100 | 110001 | 1000111 |
Color Harmonies of #D9A890
Complementary color
Monochromatic Colors of #D9A890
Black with #D9A890
Text Example
Text Example
White with #D9A890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A890; }
p { color: rgb(217,168,144); }
H1.HeaderClassName
{
color: #D9A890;
}
.AnyTagClassName
{
color: #D9A890;
}
</style>
background-color css
<style>
a { background-color: #D9A890; }
a { background-color: rgb(217,168,144); }
div.DivClassName
{
background-color: #D9A890;
}
.BgClassName
{
background-color: #D9A890;
}
</style>
border-color css
<style>
span { border-color: #D9A890; }
span { border-color: rgb(217,168,144); }
td.TdClassName
{
border-color: #D9A890;
}
.TagClassName
{
border-color: #D9A890;
}
</style>