Shades of Rose #D6A797
Tints of Rose #D6A797
RGB
CMYK
RGB Variations
Color information
#D6A797 (or 0xD6A797) is known color: Rose. HEX triplet: D6, A7 and 97. RGB value is (214,167,151). Sum of RGB (Red+Green+Blue) = 214+167+151=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 167 (65.62% from 255 or 31.39% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A797 is #295868. Grayscale: #B3B3B3. Windows color (decimal): -2709609 or 9938902. OLE color: 9938902.
HSL color Cylindrical-coordinate representation of color #D6A797: hue angle of 15.24º 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 #D6A797 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 167 | 151 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.16 |
| HSL | 15.24º | 0.43% | 0.72% | - |
| HSV(B) | 15.24º | 0.29% | 0.84% | - |
| XYZ | 47.14 | 44.17 | 35.32 | - |
| YUV | 179.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 167 | 151 | 0 | 0.22 | 0.29 | 0.16 | 15.24 | 0.43 | 0.72 |
| Hex | D6 | A7 | 97 | 0 | 16 | 1D | 10 | F | 2B | 48 |
| Octal | 326 | 247 | 227 | 0 | 26 | 35 | 20 | 17 | 53 | 110 |
| Binary | 11010110 | 10100111 | 10010111 | 0 | 10110 | 11101 | 10000 | 1111 | 101011 | 1001000 |
Color Harmonies of #D6A797
Complementary color
Monochromatic Colors of #D6A797
Black with #D6A797
Text Example
Text Example
White with #D6A797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A797; }
p { color: rgb(214,167,151); }
H1.HeaderClassName
{
color: #D6A797;
}
.AnyTagClassName
{
color: #D6A797;
}
</style>
background-color css
<style>
a { background-color: #D6A797; }
a { background-color: rgb(214,167,151); }
div.DivClassName
{
background-color: #D6A797;
}
.BgClassName
{
background-color: #D6A797;
}
</style>
border-color css
<style>
span { border-color: #D6A797; }
span { border-color: rgb(214,167,151); }
td.TdClassName
{
border-color: #D6A797;
}
.TagClassName
{
border-color: #D6A797;
}
</style>