Shades of Rose #D6A08F
Tints of Rose #D6A08F
RGB
CMYK
RGB Variations
Color information
#D6A08F (or 0xD6A08F) is known color: Rose. HEX triplet: D6, A0 and 8F. RGB value is (214,160,143). Sum of RGB (Red+Green+Blue) = 214+160+143=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A08F is #295F70. Grayscale: #AEAEAE. Windows color (decimal): -2711409 or 9412822. OLE color: 9412822.
HSL color Cylindrical-coordinate representation of color #D6A08F: hue angle of 14.37º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6A08F is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 143 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.16 |
| HSL | 14.37º | 0.46% | 0.7% | - |
| HSV(B) | 14.37º | 0.33% | 0.84% | - |
| XYZ | 45.26 | 41.42 | 31.6 | - |
| YUV | 174.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 143 | 0 | 0.25 | 0.33 | 0.16 | 14.37 | 0.46 | 0.7 |
| Hex | D6 | A0 | 8F | 0 | 19 | 21 | 10 | E | 2E | 46 |
| Octal | 326 | 240 | 217 | 0 | 31 | 41 | 20 | 16 | 56 | 106 |
| Binary | 11010110 | 10100000 | 10001111 | 0 | 11001 | 100001 | 10000 | 1110 | 101110 | 1000110 |
Color Harmonies of #D6A08F
Complementary color
Monochromatic Colors of #D6A08F
Black with #D6A08F
Text Example
Text Example
White with #D6A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A08F; }
p { color: rgb(214,160,143); }
H1.HeaderClassName
{
color: #D6A08F;
}
.AnyTagClassName
{
color: #D6A08F;
}
</style>
background-color css
<style>
a { background-color: #D6A08F; }
a { background-color: rgb(214,160,143); }
div.DivClassName
{
background-color: #D6A08F;
}
.BgClassName
{
background-color: #D6A08F;
}
</style>
border-color css
<style>
span { border-color: #D6A08F; }
span { border-color: rgb(214,160,143); }
td.TdClassName
{
border-color: #D6A08F;
}
.TagClassName
{
border-color: #D6A08F;
}
</style>