Shades of Rose #D0A28C
Tints of Rose #D0A28C
RGB
CMYK
RGB Variations
Color information
#D0A28C (or 0xD0A28C) is known color: Rose. HEX triplet: D0, A2 and 8C. RGB value is (208,162,140). Sum of RGB (Red+Green+Blue) = 208+162+140=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A28C is #2F5D73. Grayscale: #ADADAD. Windows color (decimal): -3104116 or 9216720. OLE color: 9216720.
HSL color Cylindrical-coordinate representation of color #D0A28C: hue angle of 19.41º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0A28C is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 140 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.18 |
| HSL | 19.41º | 0.42% | 0.68% | - |
| HSV(B) | 19.41º | 0.33% | 0.82% | - |
| XYZ | 43.67 | 41.14 | 30.45 | - |
| YUV | 173.25 | 109.24 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 140 | 0 | 0.22 | 0.33 | 0.18 | 19.41 | 0.42 | 0.68 |
| Hex | D0 | A2 | 8C | 0 | 16 | 21 | 12 | 13 | 2A | 44 |
| Octal | 320 | 242 | 214 | 0 | 26 | 41 | 22 | 23 | 52 | 104 |
| Binary | 11010000 | 10100010 | 10001100 | 0 | 10110 | 100001 | 10010 | 10011 | 101010 | 1000100 |
Color Harmonies of #D0A28C
Complementary color
Monochromatic Colors of #D0A28C
Black with #D0A28C
Text Example
Text Example
White with #D0A28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A28C; }
p { color: rgb(208,162,140); }
H1.HeaderClassName
{
color: #D0A28C;
}
.AnyTagClassName
{
color: #D0A28C;
}
</style>
background-color css
<style>
a { background-color: #D0A28C; }
a { background-color: rgb(208,162,140); }
div.DivClassName
{
background-color: #D0A28C;
}
.BgClassName
{
background-color: #D0A28C;
}
</style>
border-color css
<style>
span { border-color: #D0A28C; }
span { border-color: rgb(208,162,140); }
td.TdClassName
{
border-color: #D0A28C;
}
.TagClassName
{
border-color: #D0A28C;
}
</style>