Shades of Rose #D6A49A
Tints of Rose #D6A49A
RGB
CMYK
RGB Variations
Color information
#D6A49A (or 0xD6A49A) is known color: Rose. HEX triplet: D6, A4 and 9A. RGB value is (214,164,154). Sum of RGB (Red+Green+Blue) = 214+164+154=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A49A is #295B65. Grayscale: #B1B1B1. Windows color (decimal): -2710374 or 10134742. OLE color: 10134742.
HSL color Cylindrical-coordinate representation of color #D6A49A: hue angle of 10º 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 #D6A49A is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 164 | 154 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.16 |
| HSL | 10º | 0.42% | 0.72% | - |
| HSV(B) | 10º | 0.28% | 0.84% | - |
| XYZ | 46.84 | 43.18 | 36.44 | - |
| YUV | 177.81 | 114.57 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 164 | 154 | 0 | 0.23 | 0.28 | 0.16 | 10 | 0.42 | 0.72 |
| Hex | D6 | A4 | 9A | 0 | 17 | 1C | 10 | A | 2A | 48 |
| Octal | 326 | 244 | 232 | 0 | 27 | 34 | 20 | 12 | 52 | 110 |
| Binary | 11010110 | 10100100 | 10011010 | 0 | 10111 | 11100 | 10000 | 1010 | 101010 | 1001000 |
Color Harmonies of #D6A49A
Complementary color
Monochromatic Colors of #D6A49A
Black with #D6A49A
Text Example
Text Example
White with #D6A49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A49A; }
p { color: rgb(214,164,154); }
H1.HeaderClassName
{
color: #D6A49A;
}
.AnyTagClassName
{
color: #D6A49A;
}
</style>
background-color css
<style>
a { background-color: #D6A49A; }
a { background-color: rgb(214,164,154); }
div.DivClassName
{
background-color: #D6A49A;
}
.BgClassName
{
background-color: #D6A49A;
}
</style>
border-color css
<style>
span { border-color: #D6A49A; }
span { border-color: rgb(214,164,154); }
td.TdClassName
{
border-color: #D6A49A;
}
.TagClassName
{
border-color: #D6A49A;
}
</style>