Shades of Rose #D0A28E
Tints of Rose #D0A28E
RGB
CMYK
RGB Variations
Color information
#D0A28E (or 0xD0A28E) is known color: Rose. HEX triplet: D0, A2 and 8E. RGB value is (208,162,142). Sum of RGB (Red+Green+Blue) = 208+162+142=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A28E is #2F5D71. Grayscale: #ADADAD. Windows color (decimal): -3104114 or 9347792. OLE color: 9347792.
HSL color Cylindrical-coordinate representation of color #D0A28E: hue angle of 18.18º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0A28E is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 142 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.18 |
| HSL | 18.18º | 0.41% | 0.69% | - |
| HSV(B) | 18.18º | 0.32% | 0.82% | - |
| XYZ | 43.82 | 41.2 | 31.23 | - |
| YUV | 173.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 142 | 0 | 0.22 | 0.32 | 0.18 | 18.18 | 0.41 | 0.69 |
| Hex | D0 | A2 | 8E | 0 | 16 | 20 | 12 | 12 | 29 | 45 |
| Octal | 320 | 242 | 216 | 0 | 26 | 40 | 22 | 22 | 51 | 105 |
| Binary | 11010000 | 10100010 | 10001110 | 0 | 10110 | 100000 | 10010 | 10010 | 101001 | 1000101 |
Color Harmonies of #D0A28E
Complementary color
Monochromatic Colors of #D0A28E
Black with #D0A28E
Text Example
Text Example
White with #D0A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A28E; }
p { color: rgb(208,162,142); }
H1.HeaderClassName
{
color: #D0A28E;
}
.AnyTagClassName
{
color: #D0A28E;
}
</style>
background-color css
<style>
a { background-color: #D0A28E; }
a { background-color: rgb(208,162,142); }
div.DivClassName
{
background-color: #D0A28E;
}
.BgClassName
{
background-color: #D0A28E;
}
</style>
border-color css
<style>
span { border-color: #D0A28E; }
span { border-color: rgb(208,162,142); }
td.TdClassName
{
border-color: #D0A28E;
}
.TagClassName
{
border-color: #D0A28E;
}
</style>