Shades of Primrose #D9E88C
Tints of Primrose #D9E88C
RGB
CMYK
RGB Variations
Color information
#D9E88C (or 0xD9E88C) is known color: Primrose. HEX triplet: D9, E8 and 8C. RGB value is (217,232,140). Sum of RGB (Red+Green+Blue) = 217+232+140=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 232 - color contains mainly: green. Hex color #D9E88C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E88C is #261773. Grayscale: #D9D9D9. Windows color (decimal): -2496372 or 9234649. OLE color: 9234649.
HSL color Cylindrical-coordinate representation of color #D9E88C: hue angle of 69.78º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9E88C is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 232 | 140 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.09 |
| HSL | 69.78º | 0.67% | 0.73% | - |
| HSV(B) | 69.78º | 0.4% | 0.91% | - |
| XYZ | 62.21 | 74.36 | 35.88 | - |
| YUV | 217.03 | 84.53 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 232 | 140 | 0.06 | 0 | 0.40 | 0.09 | 69.78 | 0.67 | 0.73 |
| Hex | D9 | E8 | 8C | 6 | 0 | 28 | 9 | 46 | 43 | 49 |
| Octal | 331 | 350 | 214 | 6 | 0 | 50 | 11 | 106 | 103 | 111 |
| Binary | 11011001 | 11101000 | 10001100 | 110 | 0 | 101000 | 1001 | 1000110 | 1000011 | 1001001 |
Color Harmonies of #D9E88C
Complementary color
Monochromatic Colors of #D9E88C
Black with #D9E88C
Text Example
Text Example
White with #D9E88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E88C; }
p { color: rgb(217,232,140); }
H1.HeaderClassName
{
color: #D9E88C;
}
.AnyTagClassName
{
color: #D9E88C;
}
</style>
background-color css
<style>
a { background-color: #D9E88C; }
a { background-color: rgb(217,232,140); }
div.DivClassName
{
background-color: #D9E88C;
}
.BgClassName
{
background-color: #D9E88C;
}
</style>
border-color css
<style>
span { border-color: #D9E88C; }
span { border-color: rgb(217,232,140); }
td.TdClassName
{
border-color: #D9E88C;
}
.TagClassName
{
border-color: #D9E88C;
}
</style>