Shades of Rose #D2A38D
Tints of Rose #D2A38D
RGB
CMYK
RGB Variations
Color information
#D2A38D (or 0xD2A38D) is known color: Rose. HEX triplet: D2, A3 and 8D. RGB value is (210,163,141). Sum of RGB (Red+Green+Blue) = 210+163+141=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A38D is #2D5C72. Grayscale: #AEAEAE. Windows color (decimal): -2972787 or 9282514. OLE color: 9282514.
HSL color Cylindrical-coordinate representation of color #D2A38D: hue angle of 19.13º degrees, saturation: 0.43, 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 #D2A38D is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 141 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.18 |
| HSL | 19.13º | 0.43% | 0.69% | - |
| HSV(B) | 19.13º | 0.33% | 0.82% | - |
| XYZ | 44.48 | 41.82 | 30.93 | - |
| YUV | 174.55 | 109.07 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 141 | 0 | 0.22 | 0.33 | 0.18 | 19.13 | 0.43 | 0.69 |
| Hex | D2 | A3 | 8D | 0 | 16 | 21 | 12 | 13 | 2B | 45 |
| Octal | 322 | 243 | 215 | 0 | 26 | 41 | 22 | 23 | 53 | 105 |
| Binary | 11010010 | 10100011 | 10001101 | 0 | 10110 | 100001 | 10010 | 10011 | 101011 | 1000101 |
Color Harmonies of #D2A38D
Complementary color
Monochromatic Colors of #D2A38D
Black with #D2A38D
Text Example
Text Example
White with #D2A38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A38D; }
p { color: rgb(210,163,141); }
H1.HeaderClassName
{
color: #D2A38D;
}
.AnyTagClassName
{
color: #D2A38D;
}
</style>
background-color css
<style>
a { background-color: #D2A38D; }
a { background-color: rgb(210,163,141); }
div.DivClassName
{
background-color: #D2A38D;
}
.BgClassName
{
background-color: #D2A38D;
}
</style>
border-color css
<style>
span { border-color: #D2A38D; }
span { border-color: rgb(210,163,141); }
td.TdClassName
{
border-color: #D2A38D;
}
.TagClassName
{
border-color: #D2A38D;
}
</style>