Shades of Rose #D6A09B
Tints of Rose #D6A09B
RGB
CMYK
RGB Variations
Color information
#D6A09B (or 0xD6A09B) is known color: Rose. HEX triplet: D6, A0 and 9B. RGB value is (214,160,155). Sum of RGB (Red+Green+Blue) = 214+160+155=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A09B is #295F64. Grayscale: #AFAFAF. Windows color (decimal): -2711397 or 10199254. OLE color: 10199254.
HSL color Cylindrical-coordinate representation of color #D6A09B: hue angle of 5.08º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6A09B is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 155 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.16 |
| HSL | 5.08º | 0.42% | 0.72% | - |
| HSV(B) | 5.08º | 0.28% | 0.84% | - |
| XYZ | 46.22 | 41.8 | 36.64 | - |
| YUV | 175.58 | 116.39 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 155 | 0 | 0.25 | 0.28 | 0.16 | 5.08 | 0.42 | 0.72 |
| Hex | D6 | A0 | 9B | 0 | 19 | 1C | 10 | 5 | 2A | 48 |
| Octal | 326 | 240 | 233 | 0 | 31 | 34 | 20 | 5 | 52 | 110 |
| Binary | 11010110 | 10100000 | 10011011 | 0 | 11001 | 11100 | 10000 | 101 | 101010 | 1001000 |
Color Harmonies of #D6A09B
Complementary color
Monochromatic Colors of #D6A09B
Black with #D6A09B
Text Example
Text Example
White with #D6A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A09B; }
p { color: rgb(214,160,155); }
H1.HeaderClassName
{
color: #D6A09B;
}
.AnyTagClassName
{
color: #D6A09B;
}
</style>
background-color css
<style>
a { background-color: #D6A09B; }
a { background-color: rgb(214,160,155); }
div.DivClassName
{
background-color: #D6A09B;
}
.BgClassName
{
background-color: #D6A09B;
}
</style>
border-color css
<style>
span { border-color: #D6A09B; }
span { border-color: rgb(214,160,155); }
td.TdClassName
{
border-color: #D6A09B;
}
.TagClassName
{
border-color: #D6A09B;
}
</style>