Shades of Primrose #D8D796
Tints of Primrose #D8D796
RGB
CMYK
RGB Variations
Color information
#D8D796 (or 0xD8D796) is known color: Primrose. HEX triplet: D8, D7 and 96. RGB value is (216,215,150). Sum of RGB (Red+Green+Blue) = 216+215+150=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D796 is #272869. Grayscale: #D0D0D0. Windows color (decimal): -2566250 or 9885656. OLE color: 9885656.
HSL color Cylindrical-coordinate representation of color #D8D796: hue angle of 59.09º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8D796 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 215 | 150 | - |
| CMYK | 0 | 0.00 | 0.31 | 0.15 |
| HSL | 59.09º | 0.46% | 0.72% | - |
| HSV(B) | 59.09º | 0.31% | 0.85% | - |
| XYZ | 58.12 | 65.4 | 38.41 | - |
| YUV | 207.89 | 95.33 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 215 | 150 | 0 | 0.00 | 0.31 | 0.15 | 59.09 | 0.46 | 0.72 |
| Hex | D8 | D7 | 96 | 0 | 0 | 1F | F | 3B | 2E | 48 |
| Octal | 330 | 327 | 226 | 0 | 0 | 37 | 17 | 73 | 56 | 110 |
| Binary | 11011000 | 11010111 | 10010110 | 0 | 0 | 11111 | 1111 | 111011 | 101110 | 1001000 |
Color Harmonies of #D8D796
Complementary color
Monochromatic Colors of #D8D796
Black with #D8D796
Text Example
Text Example
White with #D8D796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D796; }
p { color: rgb(216,215,150); }
H1.HeaderClassName
{
color: #D8D796;
}
.AnyTagClassName
{
color: #D8D796;
}
</style>
background-color css
<style>
a { background-color: #D8D796; }
a { background-color: rgb(216,215,150); }
div.DivClassName
{
background-color: #D8D796;
}
.BgClassName
{
background-color: #D8D796;
}
</style>
border-color css
<style>
span { border-color: #D8D796; }
span { border-color: rgb(216,215,150); }
td.TdClassName
{
border-color: #D8D796;
}
.TagClassName
{
border-color: #D8D796;
}
</style>