Shades of Rose #D0A38E
Tints of Rose #D0A38E
RGB
CMYK
RGB Variations
Color information
#D0A38E (or 0xD0A38E) is known color: Rose. HEX triplet: D0, A3 and 8E. RGB value is (208,163,142). Sum of RGB (Red+Green+Blue) = 208+163+142=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A38E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A38E is #2F5C71. Grayscale: #AEAEAE. Windows color (decimal): -3103858 or 9348048. OLE color: 9348048.
HSL color Cylindrical-coordinate representation of color #D0A38E: hue angle of 19.09º 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 #D0A38E is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 163 | 142 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.18 |
| HSL | 19.09º | 0.41% | 0.69% | - |
| HSV(B) | 19.09º | 0.32% | 0.82% | - |
| XYZ | 43.99 | 41.56 | 31.29 | - |
| YUV | 174.06 | 109.91 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 142 | 0 | 0.22 | 0.32 | 0.18 | 19.09 | 0.41 | 0.69 |
| Hex | D0 | A3 | 8E | 0 | 16 | 20 | 12 | 13 | 29 | 45 |
| Octal | 320 | 243 | 216 | 0 | 26 | 40 | 22 | 23 | 51 | 105 |
| Binary | 11010000 | 10100011 | 10001110 | 0 | 10110 | 100000 | 10010 | 10011 | 101001 | 1000101 |
Color Harmonies of #D0A38E
Complementary color
Monochromatic Colors of #D0A38E
Black with #D0A38E
Text Example
Text Example
White with #D0A38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A38E; }
p { color: rgb(208,163,142); }
H1.HeaderClassName
{
color: #D0A38E;
}
.AnyTagClassName
{
color: #D0A38E;
}
</style>
background-color css
<style>
a { background-color: #D0A38E; }
a { background-color: rgb(208,163,142); }
div.DivClassName
{
background-color: #D0A38E;
}
.BgClassName
{
background-color: #D0A38E;
}
</style>
border-color css
<style>
span { border-color: #D0A38E; }
span { border-color: rgb(208,163,142); }
td.TdClassName
{
border-color: #D0A38E;
}
.TagClassName
{
border-color: #D0A38E;
}
</style>