Shades of Rose #D6A899
Tints of Rose #D6A899
RGB
CMYK
RGB Variations
Color information
#D6A899 (or 0xD6A899) is known color: Rose. HEX triplet: D6, A8 and 99. RGB value is (214,168,153). Sum of RGB (Red+Green+Blue) = 214+168+153=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A899 is #295766. Grayscale: #B4B4B4. Windows color (decimal): -2709351 or 10070230. OLE color: 10070230.
HSL color Cylindrical-coordinate representation of color #D6A899: hue angle of 14.75º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6A899 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 153 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.16 |
| HSL | 14.75º | 0.43% | 0.72% | - |
| HSV(B) | 14.75º | 0.29% | 0.84% | - |
| XYZ | 47.48 | 44.6 | 36.24 | - |
| YUV | 180.04 | 112.74 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 153 | 0 | 0.21 | 0.29 | 0.16 | 14.75 | 0.43 | 0.72 |
| Hex | D6 | A8 | 99 | 0 | 15 | 1D | 10 | F | 2B | 48 |
| Octal | 326 | 250 | 231 | 0 | 25 | 35 | 20 | 17 | 53 | 110 |
| Binary | 11010110 | 10101000 | 10011001 | 0 | 10101 | 11101 | 10000 | 1111 | 101011 | 1001000 |
Color Harmonies of #D6A899
Complementary color
Monochromatic Colors of #D6A899
Black with #D6A899
Text Example
Text Example
White with #D6A899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A899; }
p { color: rgb(214,168,153); }
H1.HeaderClassName
{
color: #D6A899;
}
.AnyTagClassName
{
color: #D6A899;
}
</style>
background-color css
<style>
a { background-color: #D6A899; }
a { background-color: rgb(214,168,153); }
div.DivClassName
{
background-color: #D6A899;
}
.BgClassName
{
background-color: #D6A899;
}
</style>
border-color css
<style>
span { border-color: #D6A899; }
span { border-color: rgb(214,168,153); }
td.TdClassName
{
border-color: #D6A899;
}
.TagClassName
{
border-color: #D6A899;
}
</style>