Shades of Rose #D4A995
Tints of Rose #D4A995
RGB
CMYK
RGB Variations
Color information
#D4A995 (or 0xD4A995) is known color: Rose. HEX triplet: D4, A9 and 95. RGB value is (212,169,149). Sum of RGB (Red+Green+Blue) = 212+169+149=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A995 is #2B566A. Grayscale: #B3B3B3. Windows color (decimal): -2840171 or 9808340. OLE color: 9808340.
HSL color Cylindrical-coordinate representation of color #D4A995: hue angle of 19.05º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4A995 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 169 | 149 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.17 |
| HSL | 19.05º | 0.42% | 0.71% | - |
| HSV(B) | 19.05º | 0.3% | 0.83% | - |
| XYZ | 46.76 | 44.54 | 34.57 | - |
| YUV | 179.58 | 110.75 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 169 | 149 | 0 | 0.20 | 0.30 | 0.17 | 19.05 | 0.42 | 0.71 |
| Hex | D4 | A9 | 95 | 0 | 14 | 1E | 11 | 13 | 2A | 47 |
| Octal | 324 | 251 | 225 | 0 | 24 | 36 | 21 | 23 | 52 | 107 |
| Binary | 11010100 | 10101001 | 10010101 | 0 | 10100 | 11110 | 10001 | 10011 | 101010 | 1000111 |
Color Harmonies of #D4A995
Complementary color
Monochromatic Colors of #D4A995
Black with #D4A995
Text Example
Text Example
White with #D4A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A995; }
p { color: rgb(212,169,149); }
H1.HeaderClassName
{
color: #D4A995;
}
.AnyTagClassName
{
color: #D4A995;
}
</style>
background-color css
<style>
a { background-color: #D4A995; }
a { background-color: rgb(212,169,149); }
div.DivClassName
{
background-color: #D4A995;
}
.BgClassName
{
background-color: #D4A995;
}
</style>
border-color css
<style>
span { border-color: #D4A995; }
span { border-color: rgb(212,169,149); }
td.TdClassName
{
border-color: #D4A995;
}
.TagClassName
{
border-color: #D4A995;
}
</style>