Shades of Primrose #D9DA90
Tints of Primrose #D9DA90
RGB
CMYK
RGB Variations
Color information
#D9DA90 (or 0xD9DA90) is known color: Primrose. HEX triplet: D9, DA and 90. RGB value is (217,218,144). Sum of RGB (Red+Green+Blue) = 217+218+144=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DA90 is #26256F. Grayscale: #D1D1D1. Windows color (decimal): -2499952 or 9493209. OLE color: 9493209.
HSL color Cylindrical-coordinate representation of color #D9DA90: hue angle of 60.81º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9DA90 is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 218 | 144 | - |
| CMYK | 0.00 | 0 | 0.34 | 0.15 |
| HSL | 60.81º | 0.5% | 0.71% | - |
| HSV(B) | 60.81º | 0.34% | 0.85% | - |
| XYZ | 58.72 | 66.91 | 36.21 | - |
| YUV | 209.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 144 | 0.00 | 0 | 0.34 | 0.15 | 60.81 | 0.5 | 0.71 |
| Hex | D9 | DA | 90 | 0 | 0 | 22 | F | 3D | 32 | 47 |
| Octal | 331 | 332 | 220 | 0 | 0 | 42 | 17 | 75 | 62 | 107 |
| Binary | 11011001 | 11011010 | 10010000 | 0 | 0 | 100010 | 1111 | 111101 | 110010 | 1000111 |
Color Harmonies of #D9DA90
Complementary color
Monochromatic Colors of #D9DA90
Black with #D9DA90
Text Example
Text Example
White with #D9DA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DA90; }
p { color: rgb(217,218,144); }
H1.HeaderClassName
{
color: #D9DA90;
}
.AnyTagClassName
{
color: #D9DA90;
}
</style>
background-color css
<style>
a { background-color: #D9DA90; }
a { background-color: rgb(217,218,144); }
div.DivClassName
{
background-color: #D9DA90;
}
.BgClassName
{
background-color: #D9DA90;
}
</style>
border-color css
<style>
span { border-color: #D9DA90; }
span { border-color: rgb(217,218,144); }
td.TdClassName
{
border-color: #D9DA90;
}
.TagClassName
{
border-color: #D9DA90;
}
</style>