Shades of Primrose #D9DA99
Tints of Primrose #D9DA99
RGB
CMYK
RGB Variations
Color information
#D9DA99 (or 0xD9DA99) is known color: Primrose. HEX triplet: D9, DA and 99. RGB value is (217,218,153). Sum of RGB (Red+Green+Blue) = 217+218+153=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 153 (60.16% from 255 or 26.02% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DA99 is #262566. Grayscale: #D2D2D2. Windows color (decimal): -2499943 or 10083033. OLE color: 10083033.
HSL color Cylindrical-coordinate representation of color #D9DA99: hue angle of 60.92º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9DA99 is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 218 | 153 | - |
| CMYK | 0.00 | 0 | 0.30 | 0.15 |
| HSL | 60.92º | 0.47% | 0.73% | - |
| HSV(B) | 60.92º | 0.3% | 0.85% | - |
| XYZ | 59.44 | 67.19 | 39.97 | - |
| YUV | 210.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 153 | 0.00 | 0 | 0.30 | 0.15 | 60.92 | 0.47 | 0.73 |
| Hex | D9 | DA | 99 | 0 | 0 | 1E | F | 3D | 2F | 49 |
| Octal | 331 | 332 | 231 | 0 | 0 | 36 | 17 | 75 | 57 | 111 |
| Binary | 11011001 | 11011010 | 10011001 | 0 | 0 | 11110 | 1111 | 111101 | 101111 | 1001001 |
Color Harmonies of #D9DA99
Complementary color
Monochromatic Colors of #D9DA99
Black with #D9DA99
Text Example
Text Example
White with #D9DA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DA99; }
p { color: rgb(217,218,153); }
H1.HeaderClassName
{
color: #D9DA99;
}
.AnyTagClassName
{
color: #D9DA99;
}
</style>
background-color css
<style>
a { background-color: #D9DA99; }
a { background-color: rgb(217,218,153); }
div.DivClassName
{
background-color: #D9DA99;
}
.BgClassName
{
background-color: #D9DA99;
}
</style>
border-color css
<style>
span { border-color: #D9DA99; }
span { border-color: rgb(217,218,153); }
td.TdClassName
{
border-color: #D9DA99;
}
.TagClassName
{
border-color: #D9DA99;
}
</style>