Shades of Primrose #D9DA89
Tints of Primrose #D9DA89
RGB
CMYK
RGB Variations
Color information
#D9DA89 (or 0xD9DA89) is known color: Primrose. HEX triplet: D9, DA and 89. RGB value is (217,218,137). Sum of RGB (Red+Green+Blue) = 217+218+137=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 137 (53.91% from 255 or 23.95% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DA89 is #262576. Grayscale: #D0D0D0. Windows color (decimal): -2499959 or 9034457. OLE color: 9034457.
HSL color Cylindrical-coordinate representation of color #D9DA89: hue angle of 60.74º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D9DA89 is Cyan = 0.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 218 | 137 | - |
| CMYK | 0.00 | 0 | 0.37 | 0.15 |
| HSL | 60.74º | 0.52% | 0.7% | - |
| HSV(B) | 60.74º | 0.37% | 0.85% | - |
| XYZ | 58.2 | 66.7 | 33.47 | - |
| YUV | 208.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 137 | 0.00 | 0 | 0.37 | 0.15 | 60.74 | 0.52 | 0.7 |
| Hex | D9 | DA | 89 | 0 | 0 | 25 | F | 3D | 34 | 46 |
| Octal | 331 | 332 | 211 | 0 | 0 | 45 | 17 | 75 | 64 | 106 |
| Binary | 11011001 | 11011010 | 10001001 | 0 | 0 | 100101 | 1111 | 111101 | 110100 | 1000110 |
Color Harmonies of #D9DA89
Complementary color
Monochromatic Colors of #D9DA89
Black with #D9DA89
Text Example
Text Example
White with #D9DA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DA89; }
p { color: rgb(217,218,137); }
H1.HeaderClassName
{
color: #D9DA89;
}
.AnyTagClassName
{
color: #D9DA89;
}
</style>
background-color css
<style>
a { background-color: #D9DA89; }
a { background-color: rgb(217,218,137); }
div.DivClassName
{
background-color: #D9DA89;
}
.BgClassName
{
background-color: #D9DA89;
}
</style>
border-color css
<style>
span { border-color: #D9DA89; }
span { border-color: rgb(217,218,137); }
td.TdClassName
{
border-color: #D9DA89;
}
.TagClassName
{
border-color: #D9DA89;
}
</style>