Shades of Rose #D4A898
Tints of Rose #D4A898
RGB
CMYK
RGB Variations
Color information
#D4A898 (or 0xD4A898) is known color: Rose. HEX triplet: D4, A8 and 98. RGB value is (212,168,152). Sum of RGB (Red+Green+Blue) = 212+168+152=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A898 is #2B5767. Grayscale: #B3B3B3. Windows color (decimal): -2840424 or 10004692. OLE color: 10004692.
HSL color Cylindrical-coordinate representation of color #D4A898: hue angle of 16º 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 #D4A898 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 152 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.17 |
| HSL | 16º | 0.41% | 0.71% | - |
| HSV(B) | 16º | 0.28% | 0.83% | - |
| XYZ | 46.82 | 44.27 | 35.78 | - |
| YUV | 179.33 | 112.58 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 152 | 0 | 0.21 | 0.28 | 0.17 | 16 | 0.41 | 0.71 |
| Hex | D4 | A8 | 98 | 0 | 15 | 1C | 11 | 10 | 29 | 47 |
| Octal | 324 | 250 | 230 | 0 | 25 | 34 | 21 | 20 | 51 | 107 |
| Binary | 11010100 | 10101000 | 10011000 | 0 | 10101 | 11100 | 10001 | 10000 | 101001 | 1000111 |
Color Harmonies of #D4A898
Complementary color
Monochromatic Colors of #D4A898
Black with #D4A898
Text Example
Text Example
White with #D4A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A898; }
p { color: rgb(212,168,152); }
H1.HeaderClassName
{
color: #D4A898;
}
.AnyTagClassName
{
color: #D4A898;
}
</style>
background-color css
<style>
a { background-color: #D4A898; }
a { background-color: rgb(212,168,152); }
div.DivClassName
{
background-color: #D4A898;
}
.BgClassName
{
background-color: #D4A898;
}
</style>
border-color css
<style>
span { border-color: #D4A898; }
span { border-color: rgb(212,168,152); }
td.TdClassName
{
border-color: #D4A898;
}
.TagClassName
{
border-color: #D4A898;
}
</style>