Shades of Rose #D3A098
Tints of Rose #D3A098
RGB
CMYK
RGB Variations
Color information
#D3A098 (or 0xD3A098) is known color: Rose. HEX triplet: D3, A0 and 98. RGB value is (211,160,152). Sum of RGB (Red+Green+Blue) = 211+160+152=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A098 is #2C5F67. Grayscale: #AEAEAE. Windows color (decimal): -2908008 or 10002643. OLE color: 10002643.
HSL color Cylindrical-coordinate representation of color #D3A098: hue angle of 8.14º degrees, saturation: 0.4, 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 #D3A098 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 160 | 152 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.17 |
| HSL | 8.14º | 0.4% | 0.71% | - |
| HSV(B) | 8.14º | 0.28% | 0.83% | - |
| XYZ | 45.1 | 41.26 | 35.29 | - |
| YUV | 174.34 | 115.4 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 160 | 152 | 0 | 0.24 | 0.28 | 0.17 | 8.14 | 0.4 | 0.71 |
| Hex | D3 | A0 | 98 | 0 | 18 | 1C | 11 | 8 | 28 | 47 |
| Octal | 323 | 240 | 230 | 0 | 30 | 34 | 21 | 10 | 50 | 107 |
| Binary | 11010011 | 10100000 | 10011000 | 0 | 11000 | 11100 | 10001 | 1000 | 101000 | 1000111 |
Color Harmonies of #D3A098
Complementary color
Monochromatic Colors of #D3A098
Black with #D3A098
Text Example
Text Example
White with #D3A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A098; }
p { color: rgb(211,160,152); }
H1.HeaderClassName
{
color: #D3A098;
}
.AnyTagClassName
{
color: #D3A098;
}
</style>
background-color css
<style>
a { background-color: #D3A098; }
a { background-color: rgb(211,160,152); }
div.DivClassName
{
background-color: #D3A098;
}
.BgClassName
{
background-color: #D3A098;
}
</style>
border-color css
<style>
span { border-color: #D3A098; }
span { border-color: rgb(211,160,152); }
td.TdClassName
{
border-color: #D3A098;
}
.TagClassName
{
border-color: #D3A098;
}
</style>