Shades of Primrose #D9E19A
Tints of Primrose #D9E19A
RGB
CMYK
RGB Variations
Color information
#D9E19A (or 0xD9E19A) is known color: Primrose. HEX triplet: D9, E1 and 9A. RGB value is (217,225,154). Sum of RGB (Red+Green+Blue) = 217+225+154=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E19A is #261E65. Grayscale: #D6D6D6. Windows color (decimal): -2498150 or 10150361. OLE color: 10150361.
HSL color Cylindrical-coordinate representation of color #D9E19A: hue angle of 66.76º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9E19A is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 154 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.12 |
| HSL | 66.76º | 0.54% | 0.74% | - |
| HSV(B) | 66.76º | 0.32% | 0.88% | - |
| XYZ | 61.37 | 70.94 | 41.03 | - |
| YUV | 214.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 154 | 0.04 | 0 | 0.32 | 0.12 | 66.76 | 0.54 | 0.74 |
| Hex | D9 | E1 | 9A | 4 | 0 | 20 | C | 43 | 36 | 4A |
| Octal | 331 | 341 | 232 | 4 | 0 | 40 | 14 | 103 | 66 | 112 |
| Binary | 11011001 | 11100001 | 10011010 | 100 | 0 | 100000 | 1100 | 1000011 | 110110 | 1001010 |
Color Harmonies of #D9E19A
Complementary color
Monochromatic Colors of #D9E19A
Black with #D9E19A
Text Example
Text Example
White with #D9E19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E19A; }
p { color: rgb(217,225,154); }
H1.HeaderClassName
{
color: #D9E19A;
}
.AnyTagClassName
{
color: #D9E19A;
}
</style>
background-color css
<style>
a { background-color: #D9E19A; }
a { background-color: rgb(217,225,154); }
div.DivClassName
{
background-color: #D9E19A;
}
.BgClassName
{
background-color: #D9E19A;
}
</style>
border-color css
<style>
span { border-color: #D9E19A; }
span { border-color: rgb(217,225,154); }
td.TdClassName
{
border-color: #D9E19A;
}
.TagClassName
{
border-color: #D9E19A;
}
</style>