Shades of Rose #D6AA94
Tints of Rose #D6AA94
RGB
CMYK
RGB Variations
Color information
#D6AA94 (or 0xD6AA94) is known color: Rose. HEX triplet: D6, AA and 94. RGB value is (214,170,148). Sum of RGB (Red+Green+Blue) = 214+170+148=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AA94 is #29556B. Grayscale: #B4B4B4. Windows color (decimal): -2708844 or 9743062. OLE color: 9743062.
HSL color Cylindrical-coordinate representation of color #D6AA94: hue angle of 20º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6AA94 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 148 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.16 |
| HSL | 20º | 0.45% | 0.71% | - |
| HSV(B) | 20º | 0.31% | 0.84% | - |
| XYZ | 47.45 | 45.18 | 34.24 | - |
| YUV | 180.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 148 | 0 | 0.21 | 0.31 | 0.16 | 20 | 0.45 | 0.71 |
| Hex | D6 | AA | 94 | 0 | 15 | 1F | 10 | 14 | 2D | 47 |
| Octal | 326 | 252 | 224 | 0 | 25 | 37 | 20 | 24 | 55 | 107 |
| Binary | 11010110 | 10101010 | 10010100 | 0 | 10101 | 11111 | 10000 | 10100 | 101101 | 1000111 |
Color Harmonies of #D6AA94
Complementary color
Monochromatic Colors of #D6AA94
Black with #D6AA94
Text Example
Text Example
White with #D6AA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA94; }
p { color: rgb(214,170,148); }
H1.HeaderClassName
{
color: #D6AA94;
}
.AnyTagClassName
{
color: #D6AA94;
}
</style>
background-color css
<style>
a { background-color: #D6AA94; }
a { background-color: rgb(214,170,148); }
div.DivClassName
{
background-color: #D6AA94;
}
.BgClassName
{
background-color: #D6AA94;
}
</style>
border-color css
<style>
span { border-color: #D6AA94; }
span { border-color: rgb(214,170,148); }
td.TdClassName
{
border-color: #D6AA94;
}
.TagClassName
{
border-color: #D6AA94;
}
</style>