Shades of Rose #D5A390
Tints of Rose #D5A390
RGB
CMYK
RGB Variations
Color information
#D5A390 (or 0xD5A390) is known color: Rose. HEX triplet: D5, A3 and 90. RGB value is (213,163,144). Sum of RGB (Red+Green+Blue) = 213+163+144=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A390 is #2A5C6F. Grayscale: #AFAFAF. Windows color (decimal): -2776176 or 9479125. OLE color: 9479125.
HSL color Cylindrical-coordinate representation of color #D5A390: hue angle of 16.52º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5A390 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 144 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.16 |
| HSL | 16.52º | 0.45% | 0.7% | - |
| HSV(B) | 16.52º | 0.32% | 0.84% | - |
| XYZ | 45.57 | 42.35 | 32.16 | - |
| YUV | 175.78 | 110.07 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 144 | 0 | 0.23 | 0.32 | 0.16 | 16.52 | 0.45 | 0.7 |
| Hex | D5 | A3 | 90 | 0 | 17 | 20 | 10 | 11 | 2D | 46 |
| Octal | 325 | 243 | 220 | 0 | 27 | 40 | 20 | 21 | 55 | 106 |
| Binary | 11010101 | 10100011 | 10010000 | 0 | 10111 | 100000 | 10000 | 10001 | 101101 | 1000110 |
Color Harmonies of #D5A390
Complementary color
Monochromatic Colors of #D5A390
Black with #D5A390
Text Example
Text Example
White with #D5A390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A390; }
p { color: rgb(213,163,144); }
H1.HeaderClassName
{
color: #D5A390;
}
.AnyTagClassName
{
color: #D5A390;
}
</style>
background-color css
<style>
a { background-color: #D5A390; }
a { background-color: rgb(213,163,144); }
div.DivClassName
{
background-color: #D5A390;
}
.BgClassName
{
background-color: #D5A390;
}
</style>
border-color css
<style>
span { border-color: #D5A390; }
span { border-color: rgb(213,163,144); }
td.TdClassName
{
border-color: #D5A390;
}
.TagClassName
{
border-color: #D5A390;
}
</style>