Shades of Rose #D8A28D
Tints of Rose #D8A28D
RGB
CMYK
RGB Variations
Color information
#D8A28D (or 0xD8A28D) is known color: Rose. HEX triplet: D8, A2 and 8D. RGB value is (216,162,141). Sum of RGB (Red+Green+Blue) = 216+162+141=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A28D is #275D72. Grayscale: #AFAFAF. Windows color (decimal): -2579827 or 9282264. OLE color: 9282264.
HSL color Cylindrical-coordinate representation of color #D8A28D: hue angle of 16.8º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8A28D is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 162 | 141 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.15 |
| HSL | 16.8º | 0.49% | 0.7% | - |
| HSV(B) | 16.8º | 0.35% | 0.85% | - |
| XYZ | 46.05 | 42.36 | 30.95 | - |
| YUV | 175.75 | 108.39 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 162 | 141 | 0 | 0.25 | 0.35 | 0.15 | 16.8 | 0.49 | 0.7 |
| Hex | D8 | A2 | 8D | 0 | 19 | 23 | F | 11 | 31 | 46 |
| Octal | 330 | 242 | 215 | 0 | 31 | 43 | 17 | 21 | 61 | 106 |
| Binary | 11011000 | 10100010 | 10001101 | 0 | 11001 | 100011 | 1111 | 10001 | 110001 | 1000110 |
Color Harmonies of #D8A28D
Complementary color
Monochromatic Colors of #D8A28D
Black with #D8A28D
Text Example
Text Example
White with #D8A28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A28D; }
p { color: rgb(216,162,141); }
H1.HeaderClassName
{
color: #D8A28D;
}
.AnyTagClassName
{
color: #D8A28D;
}
</style>
background-color css
<style>
a { background-color: #D8A28D; }
a { background-color: rgb(216,162,141); }
div.DivClassName
{
background-color: #D8A28D;
}
.BgClassName
{
background-color: #D8A28D;
}
</style>
border-color css
<style>
span { border-color: #D8A28D; }
span { border-color: rgb(216,162,141); }
td.TdClassName
{
border-color: #D8A28D;
}
.TagClassName
{
border-color: #D8A28D;
}
</style>