Shades of Rose #D6A08B
Tints of Rose #D6A08B
RGB
CMYK
RGB Variations
Color information
#D6A08B (or 0xD6A08B) is known color: Rose. HEX triplet: D6, A0 and 8B. RGB value is (214,160,139). Sum of RGB (Red+Green+Blue) = 214+160+139=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A08B is #295F74. Grayscale: #ADADAD. Windows color (decimal): -2711413 or 9150678. OLE color: 9150678.
HSL color Cylindrical-coordinate representation of color #D6A08B: hue angle of 16.8º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6A08B is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 139 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.16 |
| HSL | 16.8º | 0.48% | 0.69% | - |
| HSV(B) | 16.8º | 0.35% | 0.84% | - |
| XYZ | 44.96 | 41.3 | 30.03 | - |
| YUV | 173.75 | 108.39 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 139 | 0 | 0.25 | 0.35 | 0.16 | 16.8 | 0.48 | 0.69 |
| Hex | D6 | A0 | 8B | 0 | 19 | 23 | 10 | 11 | 30 | 45 |
| Octal | 326 | 240 | 213 | 0 | 31 | 43 | 20 | 21 | 60 | 105 |
| Binary | 11010110 | 10100000 | 10001011 | 0 | 11001 | 100011 | 10000 | 10001 | 110000 | 1000101 |
Color Harmonies of #D6A08B
Complementary color
Monochromatic Colors of #D6A08B
Black with #D6A08B
Text Example
Text Example
White with #D6A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A08B; }
p { color: rgb(214,160,139); }
H1.HeaderClassName
{
color: #D6A08B;
}
.AnyTagClassName
{
color: #D6A08B;
}
</style>
background-color css
<style>
a { background-color: #D6A08B; }
a { background-color: rgb(214,160,139); }
div.DivClassName
{
background-color: #D6A08B;
}
.BgClassName
{
background-color: #D6A08B;
}
</style>
border-color css
<style>
span { border-color: #D6A08B; }
span { border-color: rgb(214,160,139); }
td.TdClassName
{
border-color: #D6A08B;
}
.TagClassName
{
border-color: #D6A08B;
}
</style>