Shades of Rose #D2A28C
Tints of Rose #D2A28C
RGB
CMYK
RGB Variations
Color information
#D2A28C (or 0xD2A28C) is known color: Rose. HEX triplet: D2, A2 and 8C. RGB value is (210,162,140). Sum of RGB (Red+Green+Blue) = 210+162+140=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A28C is #2D5D73. Grayscale: #ADADAD. Windows color (decimal): -2973044 or 9216722. OLE color: 9216722.
HSL color Cylindrical-coordinate representation of color #D2A28C: hue angle of 18.86º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2A28C is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 162 | 140 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.18 |
| HSL | 18.86º | 0.44% | 0.69% | - |
| HSV(B) | 18.86º | 0.33% | 0.82% | - |
| XYZ | 44.23 | 41.44 | 30.48 | - |
| YUV | 173.84 | 108.9 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 140 | 0 | 0.23 | 0.33 | 0.18 | 18.86 | 0.44 | 0.69 |
| Hex | D2 | A2 | 8C | 0 | 17 | 21 | 12 | 13 | 2C | 45 |
| Octal | 322 | 242 | 214 | 0 | 27 | 41 | 22 | 23 | 54 | 105 |
| Binary | 11010010 | 10100010 | 10001100 | 0 | 10111 | 100001 | 10010 | 10011 | 101100 | 1000101 |
Color Harmonies of #D2A28C
Complementary color
Monochromatic Colors of #D2A28C
Black with #D2A28C
Text Example
Text Example
White with #D2A28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A28C; }
p { color: rgb(210,162,140); }
H1.HeaderClassName
{
color: #D2A28C;
}
.AnyTagClassName
{
color: #D2A28C;
}
</style>
background-color css
<style>
a { background-color: #D2A28C; }
a { background-color: rgb(210,162,140); }
div.DivClassName
{
background-color: #D2A28C;
}
.BgClassName
{
background-color: #D2A28C;
}
</style>
border-color css
<style>
span { border-color: #D2A28C; }
span { border-color: rgb(210,162,140); }
td.TdClassName
{
border-color: #D2A28C;
}
.TagClassName
{
border-color: #D2A28C;
}
</style>