Shades of Rose #D7A58D
Tints of Rose #D7A58D
RGB
CMYK
RGB Variations
Color information
#D7A58D (or 0xD7A58D) is known color: Rose. HEX triplet: D7, A5 and 8D. RGB value is (215,165,141). Sum of RGB (Red+Green+Blue) = 215+165+141=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A58D is #285A72. Grayscale: #B1B1B1. Windows color (decimal): -2644595 or 9283031. OLE color: 9283031.
HSL color Cylindrical-coordinate representation of color #D7A58D: hue angle of 19.46º 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 #D7A58D is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 165 | 141 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.16 |
| HSL | 19.46º | 0.48% | 0.7% | - |
| HSV(B) | 19.46º | 0.34% | 0.84% | - |
| XYZ | 46.29 | 43.28 | 31.11 | - |
| YUV | 177.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 165 | 141 | 0 | 0.23 | 0.34 | 0.16 | 19.46 | 0.48 | 0.7 |
| Hex | D7 | A5 | 8D | 0 | 17 | 22 | 10 | 13 | 30 | 46 |
| Octal | 327 | 245 | 215 | 0 | 27 | 42 | 20 | 23 | 60 | 106 |
| Binary | 11010111 | 10100101 | 10001101 | 0 | 10111 | 100010 | 10000 | 10011 | 110000 | 1000110 |
Color Harmonies of #D7A58D
Complementary color
Monochromatic Colors of #D7A58D
Black with #D7A58D
Text Example
Text Example
White with #D7A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A58D; }
p { color: rgb(215,165,141); }
H1.HeaderClassName
{
color: #D7A58D;
}
.AnyTagClassName
{
color: #D7A58D;
}
</style>
background-color css
<style>
a { background-color: #D7A58D; }
a { background-color: rgb(215,165,141); }
div.DivClassName
{
background-color: #D7A58D;
}
.BgClassName
{
background-color: #D7A58D;
}
</style>
border-color css
<style>
span { border-color: #D7A58D; }
span { border-color: rgb(215,165,141); }
td.TdClassName
{
border-color: #D7A58D;
}
.TagClassName
{
border-color: #D7A58D;
}
</style>