Shades of Rose #D8A792
Tints of Rose #D8A792
RGB
CMYK
RGB Variations
Color information
#D8A792 (or 0xD8A792) is known color: Rose. HEX triplet: D8, A7 and 92. RGB value is (216,167,146). Sum of RGB (Red+Green+Blue) = 216+167+146=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A792 is #27586D. Grayscale: #B3B3B3. Windows color (decimal): -2578542 or 9611224. OLE color: 9611224.
HSL color Cylindrical-coordinate representation of color #D8A792: hue angle of 18º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8A792 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 167 | 146 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.15 |
| HSL | 18º | 0.47% | 0.71% | - |
| HSV(B) | 18º | 0.32% | 0.85% | - |
| XYZ | 47.33 | 44.31 | 33.25 | - |
| YUV | 179.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 167 | 146 | 0 | 0.23 | 0.32 | 0.15 | 18 | 0.47 | 0.71 |
| Hex | D8 | A7 | 92 | 0 | 17 | 20 | F | 12 | 2F | 47 |
| Octal | 330 | 247 | 222 | 0 | 27 | 40 | 17 | 22 | 57 | 107 |
| Binary | 11011000 | 10100111 | 10010010 | 0 | 10111 | 100000 | 1111 | 10010 | 101111 | 1000111 |
Color Harmonies of #D8A792
Complementary color
Monochromatic Colors of #D8A792
Black with #D8A792
Text Example
Text Example
White with #D8A792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A792; }
p { color: rgb(216,167,146); }
H1.HeaderClassName
{
color: #D8A792;
}
.AnyTagClassName
{
color: #D8A792;
}
</style>
background-color css
<style>
a { background-color: #D8A792; }
a { background-color: rgb(216,167,146); }
div.DivClassName
{
background-color: #D8A792;
}
.BgClassName
{
background-color: #D8A792;
}
</style>
border-color css
<style>
span { border-color: #D8A792; }
span { border-color: rgb(216,167,146); }
td.TdClassName
{
border-color: #D8A792;
}
.TagClassName
{
border-color: #D8A792;
}
</style>