Shades of Primrose #D9E28D
Tints of Primrose #D9E28D
RGB
CMYK
RGB Variations
Color information
#D9E28D (or 0xD9E28D) is known color: Primrose. HEX triplet: D9, E2 and 8D. RGB value is (217,226,141). Sum of RGB (Red+Green+Blue) = 217+226+141=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E28D is #261D72. Grayscale: #D5D5D5. Windows color (decimal): -2497907 or 9298649. OLE color: 9298649.
HSL color Cylindrical-coordinate representation of color #D9E28D: hue angle of 66.35º degrees, saturation: 0.59, 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 #D9E28D is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 226 | 141 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.11 |
| HSL | 66.35º | 0.59% | 0.72% | - |
| HSV(B) | 66.35º | 0.38% | 0.89% | - |
| XYZ | 60.62 | 71.07 | 35.72 | - |
| YUV | 213.62 | 87.02 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 226 | 141 | 0.04 | 0 | 0.38 | 0.11 | 66.35 | 0.59 | 0.72 |
| Hex | D9 | E2 | 8D | 4 | 0 | 26 | B | 42 | 3B | 48 |
| Octal | 331 | 342 | 215 | 4 | 0 | 46 | 13 | 102 | 73 | 110 |
| Binary | 11011001 | 11100010 | 10001101 | 100 | 0 | 100110 | 1011 | 1000010 | 111011 | 1001000 |
Color Harmonies of #D9E28D
Complementary color
Monochromatic Colors of #D9E28D
Black with #D9E28D
Text Example
Text Example
White with #D9E28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E28D; }
p { color: rgb(217,226,141); }
H1.HeaderClassName
{
color: #D9E28D;
}
.AnyTagClassName
{
color: #D9E28D;
}
</style>
background-color css
<style>
a { background-color: #D9E28D; }
a { background-color: rgb(217,226,141); }
div.DivClassName
{
background-color: #D9E28D;
}
.BgClassName
{
background-color: #D9E28D;
}
</style>
border-color css
<style>
span { border-color: #D9E28D; }
span { border-color: rgb(217,226,141); }
td.TdClassName
{
border-color: #D9E28D;
}
.TagClassName
{
border-color: #D9E28D;
}
</style>