Shades of Rose #D6A697
Tints of Rose #D6A697
RGB
CMYK
RGB Variations
Color information
#D6A697 (or 0xD6A697) is known color: Rose. HEX triplet: D6, A6 and 97. RGB value is (214,166,151). Sum of RGB (Red+Green+Blue) = 214+166+151=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 151 (59.38% from 255 or 28.44% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A697 is #295968. Grayscale: #B2B2B2. Windows color (decimal): -2709865 or 9938646. OLE color: 9938646.
HSL color Cylindrical-coordinate representation of color #D6A697: hue angle of 14.29º 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 #D6A697 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 166 | 151 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.16 |
| HSL | 14.29º | 0.43% | 0.72% | - |
| HSV(B) | 14.29º | 0.29% | 0.84% | - |
| XYZ | 46.95 | 43.8 | 35.26 | - |
| YUV | 178.64 | 112.4 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 151 | 0 | 0.22 | 0.29 | 0.16 | 14.29 | 0.43 | 0.72 |
| Hex | D6 | A6 | 97 | 0 | 16 | 1D | 10 | E | 2B | 48 |
| Octal | 326 | 246 | 227 | 0 | 26 | 35 | 20 | 16 | 53 | 110 |
| Binary | 11010110 | 10100110 | 10010111 | 0 | 10110 | 11101 | 10000 | 1110 | 101011 | 1001000 |
Color Harmonies of #D6A697
Complementary color
Monochromatic Colors of #D6A697
Black with #D6A697
Text Example
Text Example
White with #D6A697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A697; }
p { color: rgb(214,166,151); }
H1.HeaderClassName
{
color: #D6A697;
}
.AnyTagClassName
{
color: #D6A697;
}
</style>
background-color css
<style>
a { background-color: #D6A697; }
a { background-color: rgb(214,166,151); }
div.DivClassName
{
background-color: #D6A697;
}
.BgClassName
{
background-color: #D6A697;
}
</style>
border-color css
<style>
span { border-color: #D6A697; }
span { border-color: rgb(214,166,151); }
td.TdClassName
{
border-color: #D6A697;
}
.TagClassName
{
border-color: #D6A697;
}
</style>