Shades of Rose #D5A28D
Tints of Rose #D5A28D
RGB
CMYK
RGB Variations
Color information
#D5A28D (or 0xD5A28D) is known color: Rose. HEX triplet: D5, A2 and 8D. RGB value is (213,162,141). Sum of RGB (Red+Green+Blue) = 213+162+141=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A28D is #2A5D72. Grayscale: #AEAEAE. Windows color (decimal): -2776435 or 9282261. OLE color: 9282261.
HSL color Cylindrical-coordinate representation of color #D5A28D: hue angle of 17.5º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5A28D is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 141 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.16 |
| HSL | 17.5º | 0.46% | 0.69% | - |
| HSV(B) | 17.5º | 0.34% | 0.84% | - |
| XYZ | 45.17 | 41.91 | 30.91 | - |
| YUV | 174.86 | 108.9 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 141 | 0 | 0.24 | 0.34 | 0.16 | 17.5 | 0.46 | 0.69 |
| Hex | D5 | A2 | 8D | 0 | 18 | 22 | 10 | 12 | 2E | 45 |
| Octal | 325 | 242 | 215 | 0 | 30 | 42 | 20 | 22 | 56 | 105 |
| Binary | 11010101 | 10100010 | 10001101 | 0 | 11000 | 100010 | 10000 | 10010 | 101110 | 1000101 |
Color Harmonies of #D5A28D
Complementary color
Monochromatic Colors of #D5A28D
Black with #D5A28D
Text Example
Text Example
White with #D5A28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A28D; }
p { color: rgb(213,162,141); }
H1.HeaderClassName
{
color: #D5A28D;
}
.AnyTagClassName
{
color: #D5A28D;
}
</style>
background-color css
<style>
a { background-color: #D5A28D; }
a { background-color: rgb(213,162,141); }
div.DivClassName
{
background-color: #D5A28D;
}
.BgClassName
{
background-color: #D5A28D;
}
</style>
border-color css
<style>
span { border-color: #D5A28D; }
span { border-color: rgb(213,162,141); }
td.TdClassName
{
border-color: #D5A28D;
}
.TagClassName
{
border-color: #D5A28D;
}
</style>