Shades of Rose #D5A39A
Tints of Rose #D5A39A
RGB
CMYK
RGB Variations
Color information
#D5A39A (or 0xD5A39A) is known color: Rose. HEX triplet: D5, A3 and 9A. RGB value is (213,163,154). Sum of RGB (Red+Green+Blue) = 213+163+154=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A39A is #2A5C65. Grayscale: #B1B1B1. Windows color (decimal): -2776166 or 10134485. OLE color: 10134485.
HSL color Cylindrical-coordinate representation of color #D5A39A: hue angle of 9.15º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5A39A is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 154 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.16 |
| HSL | 9.15º | 0.41% | 0.72% | - |
| HSV(B) | 9.15º | 0.28% | 0.84% | - |
| XYZ | 46.37 | 42.67 | 36.36 | - |
| YUV | 176.92 | 115.07 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 154 | 0 | 0.23 | 0.28 | 0.16 | 9.15 | 0.41 | 0.72 |
| Hex | D5 | A3 | 9A | 0 | 17 | 1C | 10 | 9 | 29 | 48 |
| Octal | 325 | 243 | 232 | 0 | 27 | 34 | 20 | 11 | 51 | 110 |
| Binary | 11010101 | 10100011 | 10011010 | 0 | 10111 | 11100 | 10000 | 1001 | 101001 | 1001000 |
Color Harmonies of #D5A39A
Complementary color
Monochromatic Colors of #D5A39A
Black with #D5A39A
Text Example
Text Example
White with #D5A39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A39A; }
p { color: rgb(213,163,154); }
H1.HeaderClassName
{
color: #D5A39A;
}
.AnyTagClassName
{
color: #D5A39A;
}
</style>
background-color css
<style>
a { background-color: #D5A39A; }
a { background-color: rgb(213,163,154); }
div.DivClassName
{
background-color: #D5A39A;
}
.BgClassName
{
background-color: #D5A39A;
}
</style>
border-color css
<style>
span { border-color: #D5A39A; }
span { border-color: rgb(213,163,154); }
td.TdClassName
{
border-color: #D5A39A;
}
.TagClassName
{
border-color: #D5A39A;
}
</style>