Shades of Rose #D6A08D
Tints of Rose #D6A08D
RGB
CMYK
RGB Variations
Color information
#D6A08D (or 0xD6A08D) is known color: Rose. HEX triplet: D6, A0 and 8D. RGB value is (214,160,141). Sum of RGB (Red+Green+Blue) = 214+160+141=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A08D is #295F72. Grayscale: #AEAEAE. Windows color (decimal): -2711411 or 9281750. OLE color: 9281750.
HSL color Cylindrical-coordinate representation of color #D6A08D: hue angle of 15.62º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6A08D is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 141 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.16 |
| HSL | 15.62º | 0.47% | 0.7% | - |
| HSV(B) | 15.62º | 0.34% | 0.84% | - |
| XYZ | 45.11 | 41.36 | 30.81 | - |
| YUV | 173.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 141 | 0 | 0.25 | 0.34 | 0.16 | 15.62 | 0.47 | 0.7 |
| Hex | D6 | A0 | 8D | 0 | 19 | 22 | 10 | 10 | 2F | 46 |
| Octal | 326 | 240 | 215 | 0 | 31 | 42 | 20 | 20 | 57 | 106 |
| Binary | 11010110 | 10100000 | 10001101 | 0 | 11001 | 100010 | 10000 | 10000 | 101111 | 1000110 |
Color Harmonies of #D6A08D
Complementary color
Monochromatic Colors of #D6A08D
Black with #D6A08D
Text Example
Text Example
White with #D6A08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A08D; }
p { color: rgb(214,160,141); }
H1.HeaderClassName
{
color: #D6A08D;
}
.AnyTagClassName
{
color: #D6A08D;
}
</style>
background-color css
<style>
a { background-color: #D6A08D; }
a { background-color: rgb(214,160,141); }
div.DivClassName
{
background-color: #D6A08D;
}
.BgClassName
{
background-color: #D6A08D;
}
</style>
border-color css
<style>
span { border-color: #D6A08D; }
span { border-color: rgb(214,160,141); }
td.TdClassName
{
border-color: #D6A08D;
}
.TagClassName
{
border-color: #D6A08D;
}
</style>