Shades of Rose #D5A09B
Tints of Rose #D5A09B
RGB
CMYK
RGB Variations
Color information
#D5A09B (or 0xD5A09B) is known color: Rose. HEX triplet: D5, A0 and 9B. RGB value is (213,160,155). Sum of RGB (Red+Green+Blue) = 213+160+155=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A09B is #2A5F64. Grayscale: #AFAFAF. Windows color (decimal): -2776933 or 10199253. OLE color: 10199253.
HSL color Cylindrical-coordinate representation of color #D5A09B: hue angle of 5.17º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5A09B is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 155 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.16 |
| HSL | 5.17º | 0.41% | 0.72% | - |
| HSV(B) | 5.17º | 0.27% | 0.84% | - |
| XYZ | 45.93 | 41.65 | 36.63 | - |
| YUV | 175.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 155 | 0 | 0.25 | 0.27 | 0.16 | 5.17 | 0.41 | 0.72 |
| Hex | D5 | A0 | 9B | 0 | 19 | 1B | 10 | 5 | 29 | 48 |
| Octal | 325 | 240 | 233 | 0 | 31 | 33 | 20 | 5 | 51 | 110 |
| Binary | 11010101 | 10100000 | 10011011 | 0 | 11001 | 11011 | 10000 | 101 | 101001 | 1001000 |
Color Harmonies of #D5A09B
Complementary color
Monochromatic Colors of #D5A09B
Black with #D5A09B
Text Example
Text Example
White with #D5A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A09B; }
p { color: rgb(213,160,155); }
H1.HeaderClassName
{
color: #D5A09B;
}
.AnyTagClassName
{
color: #D5A09B;
}
</style>
background-color css
<style>
a { background-color: #D5A09B; }
a { background-color: rgb(213,160,155); }
div.DivClassName
{
background-color: #D5A09B;
}
.BgClassName
{
background-color: #D5A09B;
}
</style>
border-color css
<style>
span { border-color: #D5A09B; }
span { border-color: rgb(213,160,155); }
td.TdClassName
{
border-color: #D5A09B;
}
.TagClassName
{
border-color: #D5A09B;
}
</style>