Shades of Rose #D4A698
Tints of Rose #D4A698
RGB
CMYK
RGB Variations
Color information
#D4A698 (or 0xD4A698) is known color: Rose. HEX triplet: D4, A6 and 98. RGB value is (212,166,152). Sum of RGB (Red+Green+Blue) = 212+166+152=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A698 is #2B5967. Grayscale: #B2B2B2. Windows color (decimal): -2840936 or 10004180. OLE color: 10004180.
HSL color Cylindrical-coordinate representation of color #D4A698: hue angle of 14º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4A698 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 152 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.17 |
| HSL | 14º | 0.41% | 0.71% | - |
| HSV(B) | 14º | 0.28% | 0.83% | - |
| XYZ | 46.46 | 43.54 | 35.66 | - |
| YUV | 178.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 152 | 0 | 0.22 | 0.28 | 0.17 | 14 | 0.41 | 0.71 |
| Hex | D4 | A6 | 98 | 0 | 16 | 1C | 11 | E | 29 | 47 |
| Octal | 324 | 246 | 230 | 0 | 26 | 34 | 21 | 16 | 51 | 107 |
| Binary | 11010100 | 10100110 | 10011000 | 0 | 10110 | 11100 | 10001 | 1110 | 101001 | 1000111 |
Color Harmonies of #D4A698
Complementary color
Monochromatic Colors of #D4A698
Black with #D4A698
Text Example
Text Example
White with #D4A698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A698; }
p { color: rgb(212,166,152); }
H1.HeaderClassName
{
color: #D4A698;
}
.AnyTagClassName
{
color: #D4A698;
}
</style>
background-color css
<style>
a { background-color: #D4A698; }
a { background-color: rgb(212,166,152); }
div.DivClassName
{
background-color: #D4A698;
}
.BgClassName
{
background-color: #D4A698;
}
</style>
border-color css
<style>
span { border-color: #D4A698; }
span { border-color: rgb(212,166,152); }
td.TdClassName
{
border-color: #D4A698;
}
.TagClassName
{
border-color: #D4A698;
}
</style>