Shades of Primrose #D9D796
Tints of Primrose #D9D796
RGB
CMYK
RGB Variations
Color information
#D9D796 (or 0xD9D796) is known color: Primrose. HEX triplet: D9, D7 and 96. RGB value is (217,215,150). Sum of RGB (Red+Green+Blue) = 217+215+150=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D796 is #262869. Grayscale: #D0D0D0. Windows color (decimal): -2500714 or 9885657. OLE color: 9885657.
HSL color Cylindrical-coordinate representation of color #D9D796: hue angle of 58.21º degrees, saturation: 0.47, 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 #D9D796 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 215 | 150 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.15 |
| HSL | 58.21º | 0.47% | 0.72% | - |
| HSV(B) | 58.21º | 0.31% | 0.85% | - |
| XYZ | 58.42 | 65.55 | 38.43 | - |
| YUV | 208.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 215 | 150 | 0 | 0.01 | 0.31 | 0.15 | 58.21 | 0.47 | 0.72 |
| Hex | D9 | D7 | 96 | 0 | 1 | 1F | F | 3A | 2F | 48 |
| Octal | 331 | 327 | 226 | 0 | 1 | 37 | 17 | 72 | 57 | 110 |
| Binary | 11011001 | 11010111 | 10010110 | 0 | 1 | 11111 | 1111 | 111010 | 101111 | 1001000 |
Color Harmonies of #D9D796
Complementary color
Monochromatic Colors of #D9D796
Black with #D9D796
Text Example
Text Example
White with #D9D796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D796; }
p { color: rgb(217,215,150); }
H1.HeaderClassName
{
color: #D9D796;
}
.AnyTagClassName
{
color: #D9D796;
}
</style>
background-color css
<style>
a { background-color: #D9D796; }
a { background-color: rgb(217,215,150); }
div.DivClassName
{
background-color: #D9D796;
}
.BgClassName
{
background-color: #D9D796;
}
</style>
border-color css
<style>
span { border-color: #D9D796; }
span { border-color: rgb(217,215,150); }
td.TdClassName
{
border-color: #D9D796;
}
.TagClassName
{
border-color: #D9D796;
}
</style>