Shades of Rose #D1A498
Tints of Rose #D1A498
RGB
CMYK
RGB Variations
Color information
#D1A498 (or 0xD1A498) is known color: Rose. HEX triplet: D1, A4 and 98. RGB value is (209,164,152). Sum of RGB (Red+Green+Blue) = 209+164+152=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A498 is #2E5B67. Grayscale: #B0B0B0. Windows color (decimal): -3038056 or 10003665. OLE color: 10003665.
HSL color Cylindrical-coordinate representation of color #D1A498: hue angle of 12.63º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1A498 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 164 | 152 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.18 |
| HSL | 12.63º | 0.38% | 0.71% | - |
| HSV(B) | 12.63º | 0.27% | 0.82% | - |
| XYZ | 45.24 | 42.37 | 35.5 | - |
| YUV | 176.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 164 | 152 | 0 | 0.22 | 0.27 | 0.18 | 12.63 | 0.38 | 0.71 |
| Hex | D1 | A4 | 98 | 0 | 16 | 1B | 12 | D | 26 | 47 |
| Octal | 321 | 244 | 230 | 0 | 26 | 33 | 22 | 15 | 46 | 107 |
| Binary | 11010001 | 10100100 | 10011000 | 0 | 10110 | 11011 | 10010 | 1101 | 100110 | 1000111 |
Color Harmonies of #D1A498
Complementary color
Monochromatic Colors of #D1A498
Black with #D1A498
Text Example
Text Example
White with #D1A498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A498; }
p { color: rgb(209,164,152); }
H1.HeaderClassName
{
color: #D1A498;
}
.AnyTagClassName
{
color: #D1A498;
}
</style>
background-color css
<style>
a { background-color: #D1A498; }
a { background-color: rgb(209,164,152); }
div.DivClassName
{
background-color: #D1A498;
}
.BgClassName
{
background-color: #D1A498;
}
</style>
border-color css
<style>
span { border-color: #D1A498; }
span { border-color: rgb(209,164,152); }
td.TdClassName
{
border-color: #D1A498;
}
.TagClassName
{
border-color: #D1A498;
}
</style>