Shades of Primrose #D9D799
Tints of Primrose #D9D799
RGB
CMYK
RGB Variations
Color information
#D9D799 (or 0xD9D799) is known color: Primrose. HEX triplet: D9, D7 and 99. RGB value is (217,215,153). Sum of RGB (Red+Green+Blue) = 217+215+153=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D799 is #262866. Grayscale: #D0D0D0. Windows color (decimal): -2500711 or 10082265. OLE color: 10082265.
HSL color Cylindrical-coordinate representation of color #D9D799: hue angle of 58.12º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9D799 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 215 | 153 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.15 |
| HSL | 58.13º | 0.46% | 0.73% | - |
| HSV(B) | 58.13º | 0.29% | 0.85% | - |
| XYZ | 58.67 | 65.65 | 39.72 | - |
| YUV | 208.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 215 | 153 | 0 | 0.01 | 0.29 | 0.15 | 58.13 | 0.46 | 0.73 |
| Hex | D9 | D7 | 99 | 0 | 1 | 1D | F | 3A | 2E | 49 |
| Octal | 331 | 327 | 231 | 0 | 1 | 35 | 17 | 72 | 56 | 111 |
| Binary | 11011001 | 11010111 | 10011001 | 0 | 1 | 11101 | 1111 | 111010 | 101110 | 1001001 |
Color Harmonies of #D9D799
Complementary color
Monochromatic Colors of #D9D799
Black with #D9D799
Text Example
Text Example
White with #D9D799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D799; }
p { color: rgb(217,215,153); }
H1.HeaderClassName
{
color: #D9D799;
}
.AnyTagClassName
{
color: #D9D799;
}
</style>
background-color css
<style>
a { background-color: #D9D799; }
a { background-color: rgb(217,215,153); }
div.DivClassName
{
background-color: #D9D799;
}
.BgClassName
{
background-color: #D9D799;
}
</style>
border-color css
<style>
span { border-color: #D9D799; }
span { border-color: rgb(217,215,153); }
td.TdClassName
{
border-color: #D9D799;
}
.TagClassName
{
border-color: #D9D799;
}
</style>