Shades of Rose #D6A798
Tints of Rose #D6A798
RGB
CMYK
RGB Variations
Color information
#D6A798 (or 0xD6A798) is known color: Rose. HEX triplet: D6, A7 and 98. RGB value is (214,167,152). Sum of RGB (Red+Green+Blue) = 214+167+152=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A798 is #295867. Grayscale: #B3B3B3. Windows color (decimal): -2709608 or 10004438. OLE color: 10004438.
HSL color Cylindrical-coordinate representation of color #D6A798: hue angle of 14.52º 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 #D6A798 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 167 | 152 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.16 |
| HSL | 14.52º | 0.43% | 0.72% | - |
| HSV(B) | 14.52º | 0.29% | 0.84% | - |
| XYZ | 47.22 | 44.2 | 35.75 | - |
| YUV | 179.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 167 | 152 | 0 | 0.22 | 0.29 | 0.16 | 14.52 | 0.43 | 0.72 |
| Hex | D6 | A7 | 98 | 0 | 16 | 1D | 10 | F | 2B | 48 |
| Octal | 326 | 247 | 230 | 0 | 26 | 35 | 20 | 17 | 53 | 110 |
| Binary | 11010110 | 10100111 | 10011000 | 0 | 10110 | 11101 | 10000 | 1111 | 101011 | 1001000 |
Color Harmonies of #D6A798
Complementary color
Monochromatic Colors of #D6A798
Black with #D6A798
Text Example
Text Example
White with #D6A798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A798; }
p { color: rgb(214,167,152); }
H1.HeaderClassName
{
color: #D6A798;
}
.AnyTagClassName
{
color: #D6A798;
}
</style>
background-color css
<style>
a { background-color: #D6A798; }
a { background-color: rgb(214,167,152); }
div.DivClassName
{
background-color: #D6A798;
}
.BgClassName
{
background-color: #D6A798;
}
</style>
border-color css
<style>
span { border-color: #D6A798; }
span { border-color: rgb(214,167,152); }
td.TdClassName
{
border-color: #D6A798;
}
.TagClassName
{
border-color: #D6A798;
}
</style>