Shades of Primrose #D9E48D
Tints of Primrose #D9E48D
RGB
CMYK
RGB Variations
Color information
#D9E48D (or 0xD9E48D) is known color: Primrose. HEX triplet: D9, E4 and 8D. RGB value is (217,228,141). Sum of RGB (Red+Green+Blue) = 217+228+141=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E48D is #261B72. Grayscale: #D7D7D7. Windows color (decimal): -2497395 or 9299161. OLE color: 9299161.
HSL color Cylindrical-coordinate representation of color #D9E48D: hue angle of 67.59º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9E48D is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 228 | 141 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.11 |
| HSL | 67.59º | 0.62% | 0.72% | - |
| HSV(B) | 67.59º | 0.38% | 0.89% | - |
| XYZ | 61.17 | 72.16 | 35.9 | - |
| YUV | 214.79 | 86.36 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 228 | 141 | 0.05 | 0 | 0.38 | 0.11 | 67.59 | 0.62 | 0.72 |
| Hex | D9 | E4 | 8D | 5 | 0 | 26 | B | 44 | 3E | 48 |
| Octal | 331 | 344 | 215 | 5 | 0 | 46 | 13 | 104 | 76 | 110 |
| Binary | 11011001 | 11100100 | 10001101 | 101 | 0 | 100110 | 1011 | 1000100 | 111110 | 1001000 |
Color Harmonies of #D9E48D
Complementary color
Monochromatic Colors of #D9E48D
Black with #D9E48D
Text Example
Text Example
White with #D9E48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E48D; }
p { color: rgb(217,228,141); }
H1.HeaderClassName
{
color: #D9E48D;
}
.AnyTagClassName
{
color: #D9E48D;
}
</style>
background-color css
<style>
a { background-color: #D9E48D; }
a { background-color: rgb(217,228,141); }
div.DivClassName
{
background-color: #D9E48D;
}
.BgClassName
{
background-color: #D9E48D;
}
</style>
border-color css
<style>
span { border-color: #D9E48D; }
span { border-color: rgb(217,228,141); }
td.TdClassName
{
border-color: #D9E48D;
}
.TagClassName
{
border-color: #D9E48D;
}
</style>