Shades of Rose #D7A18D
Tints of Rose #D7A18D
RGB
CMYK
RGB Variations
Color information
#D7A18D (or 0xD7A18D) is known color: Rose. HEX triplet: D7, A1 and 8D. RGB value is (215,161,141). Sum of RGB (Red+Green+Blue) = 215+161+141=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A18D is #285E72. Grayscale: #AFAFAF. Windows color (decimal): -2645619 or 9282007. OLE color: 9282007.
HSL color Cylindrical-coordinate representation of color #D7A18D: hue angle of 16.22º degrees, saturation: 0.48, 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 #D7A18D is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 161 | 141 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.16 |
| HSL | 16.22º | 0.48% | 0.7% | - |
| HSV(B) | 16.22º | 0.34% | 0.84% | - |
| XYZ | 45.58 | 41.86 | 30.88 | - |
| YUV | 174.87 | 108.89 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 161 | 141 | 0 | 0.25 | 0.34 | 0.16 | 16.22 | 0.48 | 0.7 |
| Hex | D7 | A1 | 8D | 0 | 19 | 22 | 10 | 10 | 30 | 46 |
| Octal | 327 | 241 | 215 | 0 | 31 | 42 | 20 | 20 | 60 | 106 |
| Binary | 11010111 | 10100001 | 10001101 | 0 | 11001 | 100010 | 10000 | 10000 | 110000 | 1000110 |
Color Harmonies of #D7A18D
Complementary color
Monochromatic Colors of #D7A18D
Black with #D7A18D
Text Example
Text Example
White with #D7A18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A18D; }
p { color: rgb(215,161,141); }
H1.HeaderClassName
{
color: #D7A18D;
}
.AnyTagClassName
{
color: #D7A18D;
}
</style>
background-color css
<style>
a { background-color: #D7A18D; }
a { background-color: rgb(215,161,141); }
div.DivClassName
{
background-color: #D7A18D;
}
.BgClassName
{
background-color: #D7A18D;
}
</style>
border-color css
<style>
span { border-color: #D7A18D; }
span { border-color: rgb(215,161,141); }
td.TdClassName
{
border-color: #D7A18D;
}
.TagClassName
{
border-color: #D7A18D;
}
</style>