Shades of Primrose #D9E08E
Tints of Primrose #D9E08E
RGB
CMYK
RGB Variations
Color information
#D9E08E (or 0xD9E08E) is known color: Primrose. HEX triplet: D9, E0 and 8E. RGB value is (217,224,142). Sum of RGB (Red+Green+Blue) = 217+224+142=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 142 (55.86% from 255 or 24.36% from 583); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E08E is #261F71. Grayscale: #D4D4D4. Windows color (decimal): -2498418 or 9363673. OLE color: 9363673.
HSL color Cylindrical-coordinate representation of color #D9E08E: hue angle of 65.12º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D9E08E is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 142 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.12 |
| HSL | 65.12º | 0.57% | 0.72% | - |
| HSV(B) | 65.12º | 0.37% | 0.88% | - |
| XYZ | 60.15 | 70.02 | 35.94 | - |
| YUV | 212.56 | 88.18 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 142 | 0.03 | 0 | 0.37 | 0.12 | 65.12 | 0.57 | 0.72 |
| Hex | D9 | E0 | 8E | 3 | 0 | 25 | C | 41 | 39 | 48 |
| Octal | 331 | 340 | 216 | 3 | 0 | 45 | 14 | 101 | 71 | 110 |
| Binary | 11011001 | 11100000 | 10001110 | 11 | 0 | 100101 | 1100 | 1000001 | 111001 | 1001000 |
Color Harmonies of #D9E08E
Complementary color
Monochromatic Colors of #D9E08E
Black with #D9E08E
Text Example
Text Example
White with #D9E08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E08E; }
p { color: rgb(217,224,142); }
H1.HeaderClassName
{
color: #D9E08E;
}
.AnyTagClassName
{
color: #D9E08E;
}
</style>
background-color css
<style>
a { background-color: #D9E08E; }
a { background-color: rgb(217,224,142); }
div.DivClassName
{
background-color: #D9E08E;
}
.BgClassName
{
background-color: #D9E08E;
}
</style>
border-color css
<style>
span { border-color: #D9E08E; }
span { border-color: rgb(217,224,142); }
td.TdClassName
{
border-color: #D9E08E;
}
.TagClassName
{
border-color: #D9E08E;
}
</style>