Shades of Rose #D8A88F
Tints of Rose #D8A88F
RGB
CMYK
RGB Variations
Color information
#D8A88F (or 0xD8A88F) is known color: Rose. HEX triplet: D8, A8 and 8F. RGB value is (216,168,143). Sum of RGB (Red+Green+Blue) = 216+168+143=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A88F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A88F is #275770. Grayscale: #B3B3B3. Windows color (decimal): -2578289 or 9414872. OLE color: 9414872.
HSL color Cylindrical-coordinate representation of color #D8A88F: hue angle of 20.55º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8A88F is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 168 | 143 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.15 |
| HSL | 20.55º | 0.48% | 0.7% | - |
| HSV(B) | 20.55º | 0.34% | 0.85% | - |
| XYZ | 47.28 | 44.59 | 32.1 | - |
| YUV | 179.5 | 107.4 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 143 | 0 | 0.22 | 0.34 | 0.15 | 20.55 | 0.48 | 0.7 |
| Hex | D8 | A8 | 8F | 0 | 16 | 22 | F | 15 | 30 | 46 |
| Octal | 330 | 250 | 217 | 0 | 26 | 42 | 17 | 25 | 60 | 106 |
| Binary | 11011000 | 10101000 | 10001111 | 0 | 10110 | 100010 | 1111 | 10101 | 110000 | 1000110 |
Color Harmonies of #D8A88F
Complementary color
Monochromatic Colors of #D8A88F
Black with #D8A88F
Text Example
Text Example
White with #D8A88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A88F; }
p { color: rgb(216,168,143); }
H1.HeaderClassName
{
color: #D8A88F;
}
.AnyTagClassName
{
color: #D8A88F;
}
</style>
background-color css
<style>
a { background-color: #D8A88F; }
a { background-color: rgb(216,168,143); }
div.DivClassName
{
background-color: #D8A88F;
}
.BgClassName
{
background-color: #D8A88F;
}
</style>
border-color css
<style>
span { border-color: #D8A88F; }
span { border-color: rgb(216,168,143); }
td.TdClassName
{
border-color: #D8A88F;
}
.TagClassName
{
border-color: #D8A88F;
}
</style>