Shades of Rose #D2A795
Tints of Rose #D2A795
RGB
CMYK
RGB Variations
Color information
#D2A795 (or 0xD2A795) is known color: Rose. HEX triplet: D2, A7 and 95. RGB value is (210,167,149). Sum of RGB (Red+Green+Blue) = 210+167+149=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A795 is #2D586A. Grayscale: #B1B1B1. Windows color (decimal): -2971755 or 9807826. OLE color: 9807826.
HSL color Cylindrical-coordinate representation of color #D2A795: hue angle of 17.7º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2A795 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 167 | 149 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.18 |
| HSL | 17.7º | 0.4% | 0.7% | - |
| HSV(B) | 17.7º | 0.29% | 0.82% | - |
| XYZ | 45.82 | 43.51 | 34.42 | - |
| YUV | 177.81 | 111.75 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 167 | 149 | 0 | 0.20 | 0.29 | 0.18 | 17.7 | 0.4 | 0.7 |
| Hex | D2 | A7 | 95 | 0 | 14 | 1D | 12 | 12 | 28 | 46 |
| Octal | 322 | 247 | 225 | 0 | 24 | 35 | 22 | 22 | 50 | 106 |
| Binary | 11010010 | 10100111 | 10010101 | 0 | 10100 | 11101 | 10010 | 10010 | 101000 | 1000110 |
Color Harmonies of #D2A795
Complementary color
Monochromatic Colors of #D2A795
Black with #D2A795
Text Example
Text Example
White with #D2A795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A795; }
p { color: rgb(210,167,149); }
H1.HeaderClassName
{
color: #D2A795;
}
.AnyTagClassName
{
color: #D2A795;
}
</style>
background-color css
<style>
a { background-color: #D2A795; }
a { background-color: rgb(210,167,149); }
div.DivClassName
{
background-color: #D2A795;
}
.BgClassName
{
background-color: #D2A795;
}
</style>
border-color css
<style>
span { border-color: #D2A795; }
span { border-color: rgb(210,167,149); }
td.TdClassName
{
border-color: #D2A795;
}
.TagClassName
{
border-color: #D2A795;
}
</style>