Shades of Rose #D0A28D
Tints of Rose #D0A28D
RGB
CMYK
RGB Variations
Color information
#D0A28D (or 0xD0A28D) is known color: Rose. HEX triplet: D0, A2 and 8D. RGB value is (208,162,141). Sum of RGB (Red+Green+Blue) = 208+162+141=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A28D is #2F5D72. Grayscale: #ADADAD. Windows color (decimal): -3104115 or 9282256. OLE color: 9282256.
HSL color Cylindrical-coordinate representation of color #D0A28D: hue angle of 18.81º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0A28D is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 141 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.18 |
| HSL | 18.81º | 0.42% | 0.68% | - |
| HSV(B) | 18.81º | 0.32% | 0.82% | - |
| XYZ | 43.74 | 41.17 | 30.84 | - |
| YUV | 173.36 | 109.74 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 141 | 0 | 0.22 | 0.32 | 0.18 | 18.81 | 0.42 | 0.68 |
| Hex | D0 | A2 | 8D | 0 | 16 | 20 | 12 | 13 | 2A | 44 |
| Octal | 320 | 242 | 215 | 0 | 26 | 40 | 22 | 23 | 52 | 104 |
| Binary | 11010000 | 10100010 | 10001101 | 0 | 10110 | 100000 | 10010 | 10011 | 101010 | 1000100 |
Color Harmonies of #D0A28D
Complementary color
Monochromatic Colors of #D0A28D
Black with #D0A28D
Text Example
Text Example
White with #D0A28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A28D; }
p { color: rgb(208,162,141); }
H1.HeaderClassName
{
color: #D0A28D;
}
.AnyTagClassName
{
color: #D0A28D;
}
</style>
background-color css
<style>
a { background-color: #D0A28D; }
a { background-color: rgb(208,162,141); }
div.DivClassName
{
background-color: #D0A28D;
}
.BgClassName
{
background-color: #D0A28D;
}
</style>
border-color css
<style>
span { border-color: #D0A28D; }
span { border-color: rgb(208,162,141); }
td.TdClassName
{
border-color: #D0A28D;
}
.TagClassName
{
border-color: #D0A28D;
}
</style>