Shades of Rose #D6A897
Tints of Rose #D6A897
RGB
CMYK
RGB Variations
Color information
#D6A897 (or 0xD6A897) is known color: Rose. HEX triplet: D6, A8 and 97. RGB value is (214,168,151). Sum of RGB (Red+Green+Blue) = 214+168+151=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A897 is #295768. Grayscale: #B3B3B3. Windows color (decimal): -2709353 or 9939158. OLE color: 9939158.
HSL color Cylindrical-coordinate representation of color #D6A897: hue angle of 16.19º 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 #D6A897 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 151 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.16 |
| HSL | 16.19º | 0.43% | 0.72% | - |
| HSV(B) | 16.19º | 0.29% | 0.84% | - |
| XYZ | 47.32 | 44.54 | 35.38 | - |
| YUV | 179.82 | 111.74 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 151 | 0 | 0.21 | 0.29 | 0.16 | 16.19 | 0.43 | 0.72 |
| Hex | D6 | A8 | 97 | 0 | 15 | 1D | 10 | 10 | 2B | 48 |
| Octal | 326 | 250 | 227 | 0 | 25 | 35 | 20 | 20 | 53 | 110 |
| Binary | 11010110 | 10101000 | 10010111 | 0 | 10101 | 11101 | 10000 | 10000 | 101011 | 1001000 |
Color Harmonies of #D6A897
Complementary color
Monochromatic Colors of #D6A897
Black with #D6A897
Text Example
Text Example
White with #D6A897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A897; }
p { color: rgb(214,168,151); }
H1.HeaderClassName
{
color: #D6A897;
}
.AnyTagClassName
{
color: #D6A897;
}
</style>
background-color css
<style>
a { background-color: #D6A897; }
a { background-color: rgb(214,168,151); }
div.DivClassName
{
background-color: #D6A897;
}
.BgClassName
{
background-color: #D6A897;
}
</style>
border-color css
<style>
span { border-color: #D6A897; }
span { border-color: rgb(214,168,151); }
td.TdClassName
{
border-color: #D6A897;
}
.TagClassName
{
border-color: #D6A897;
}
</style>