Shades of Rose #D6A48D
Tints of Rose #D6A48D
RGB
CMYK
RGB Variations
Color information
#D6A48D (or 0xD6A48D) is known color: Rose. HEX triplet: D6, A4 and 8D. RGB value is (214,164,141). Sum of RGB (Red+Green+Blue) = 214+164+141=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A48D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A48D is #295B72. Grayscale: #B0B0B0. Windows color (decimal): -2710387 or 9282774. OLE color: 9282774.
HSL color Cylindrical-coordinate representation of color #D6A48D: hue angle of 18.9º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6A48D is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 164 | 141 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.16 |
| HSL | 18.9º | 0.47% | 0.7% | - |
| HSV(B) | 18.9º | 0.34% | 0.84% | - |
| XYZ | 45.81 | 42.77 | 31.04 | - |
| YUV | 176.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 164 | 141 | 0 | 0.23 | 0.34 | 0.16 | 18.9 | 0.47 | 0.7 |
| Hex | D6 | A4 | 8D | 0 | 17 | 22 | 10 | 13 | 2F | 46 |
| Octal | 326 | 244 | 215 | 0 | 27 | 42 | 20 | 23 | 57 | 106 |
| Binary | 11010110 | 10100100 | 10001101 | 0 | 10111 | 100010 | 10000 | 10011 | 101111 | 1000110 |
Color Harmonies of #D6A48D
Complementary color
Monochromatic Colors of #D6A48D
Black with #D6A48D
Text Example
Text Example
White with #D6A48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A48D; }
p { color: rgb(214,164,141); }
H1.HeaderClassName
{
color: #D6A48D;
}
.AnyTagClassName
{
color: #D6A48D;
}
</style>
background-color css
<style>
a { background-color: #D6A48D; }
a { background-color: rgb(214,164,141); }
div.DivClassName
{
background-color: #D6A48D;
}
.BgClassName
{
background-color: #D6A48D;
}
</style>
border-color css
<style>
span { border-color: #D6A48D; }
span { border-color: rgb(214,164,141); }
td.TdClassName
{
border-color: #D6A48D;
}
.TagClassName
{
border-color: #D6A48D;
}
</style>