Shades of Rose #D5A498
Tints of Rose #D5A498
RGB
CMYK
RGB Variations
Color information
#D5A498 (or 0xD5A498) is known color: Rose. HEX triplet: D5, A4 and 98. RGB value is (213,164,152). Sum of RGB (Red+Green+Blue) = 213+164+152=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A498 is #2A5B67. Grayscale: #B1B1B1. Windows color (decimal): -2775912 or 10003669. OLE color: 10003669.
HSL color Cylindrical-coordinate representation of color #D5A498: hue angle of 11.8º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5A498 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 152 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.16 |
| HSL | 11.8º | 0.42% | 0.72% | - |
| HSV(B) | 11.8º | 0.29% | 0.84% | - |
| XYZ | 46.38 | 42.96 | 35.55 | - |
| YUV | 177.28 | 113.73 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 152 | 0 | 0.23 | 0.29 | 0.16 | 11.8 | 0.42 | 0.72 |
| Hex | D5 | A4 | 98 | 0 | 17 | 1D | 10 | C | 2A | 48 |
| Octal | 325 | 244 | 230 | 0 | 27 | 35 | 20 | 14 | 52 | 110 |
| Binary | 11010101 | 10100100 | 10011000 | 0 | 10111 | 11101 | 10000 | 1100 | 101010 | 1001000 |
Color Harmonies of #D5A498
Complementary color
Monochromatic Colors of #D5A498
Black with #D5A498
Text Example
Text Example
White with #D5A498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A498; }
p { color: rgb(213,164,152); }
H1.HeaderClassName
{
color: #D5A498;
}
.AnyTagClassName
{
color: #D5A498;
}
</style>
background-color css
<style>
a { background-color: #D5A498; }
a { background-color: rgb(213,164,152); }
div.DivClassName
{
background-color: #D5A498;
}
.BgClassName
{
background-color: #D5A498;
}
</style>
border-color css
<style>
span { border-color: #D5A498; }
span { border-color: rgb(213,164,152); }
td.TdClassName
{
border-color: #D5A498;
}
.TagClassName
{
border-color: #D5A498;
}
</style>