Shades of Primrose #D9E88A
Tints of Primrose #D9E88A
RGB
CMYK
RGB Variations
Color information
#D9E88A (or 0xD9E88A) is known color: Primrose. HEX triplet: D9, E8 and 8A. RGB value is (217,232,138). Sum of RGB (Red+Green+Blue) = 217+232+138=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 232 (91.02% from 255 or 39.52% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 232 - color contains mainly: green. Hex color #D9E88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E88A is #261775. Grayscale: #D9D9D9. Windows color (decimal): -2496374 or 9103577. OLE color: 9103577.
HSL color Cylindrical-coordinate representation of color #D9E88A: hue angle of 69.57º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9E88A is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 232 | 138 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.09 |
| HSL | 69.57º | 0.67% | 0.73% | - |
| HSV(B) | 69.57º | 0.41% | 0.91% | - |
| XYZ | 62.06 | 74.3 | 35.12 | - |
| YUV | 216.8 | 83.53 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 232 | 138 | 0.06 | 0 | 0.41 | 0.09 | 69.57 | 0.67 | 0.73 |
| Hex | D9 | E8 | 8A | 6 | 0 | 29 | 9 | 46 | 43 | 49 |
| Octal | 331 | 350 | 212 | 6 | 0 | 51 | 11 | 106 | 103 | 111 |
| Binary | 11011001 | 11101000 | 10001010 | 110 | 0 | 101001 | 1001 | 1000110 | 1000011 | 1001001 |
Color Harmonies of #D9E88A
Complementary color
Monochromatic Colors of #D9E88A
Black with #D9E88A
Text Example
Text Example
White with #D9E88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E88A; }
p { color: rgb(217,232,138); }
H1.HeaderClassName
{
color: #D9E88A;
}
.AnyTagClassName
{
color: #D9E88A;
}
</style>
background-color css
<style>
a { background-color: #D9E88A; }
a { background-color: rgb(217,232,138); }
div.DivClassName
{
background-color: #D9E88A;
}
.BgClassName
{
background-color: #D9E88A;
}
</style>
border-color css
<style>
span { border-color: #D9E88A; }
span { border-color: rgb(217,232,138); }
td.TdClassName
{
border-color: #D9E88A;
}
.TagClassName
{
border-color: #D9E88A;
}
</style>