Shades of Primrose #D9E28C
Tints of Primrose #D9E28C
RGB
CMYK
RGB Variations
Color information
#D9E28C (or 0xD9E28C) is known color: Primrose. HEX triplet: D9, E2 and 8C. RGB value is (217,226,140). Sum of RGB (Red+Green+Blue) = 217+226+140=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E28C is #261D73. Grayscale: #D5D5D5. Windows color (decimal): -2497908 or 9233113. OLE color: 9233113.
HSL color Cylindrical-coordinate representation of color #D9E28C: hue angle of 66.28º degrees, saturation: 0.6, 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 #D9E28C is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 226 | 140 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.11 |
| HSL | 66.28º | 0.6% | 0.72% | - |
| HSV(B) | 66.28º | 0.38% | 0.89% | - |
| XYZ | 60.55 | 71.04 | 35.33 | - |
| YUV | 213.51 | 86.52 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 226 | 140 | 0.04 | 0 | 0.38 | 0.11 | 66.28 | 0.6 | 0.72 |
| Hex | D9 | E2 | 8C | 4 | 0 | 26 | B | 42 | 3C | 48 |
| Octal | 331 | 342 | 214 | 4 | 0 | 46 | 13 | 102 | 74 | 110 |
| Binary | 11011001 | 11100010 | 10001100 | 100 | 0 | 100110 | 1011 | 1000010 | 111100 | 1001000 |
Color Harmonies of #D9E28C
Complementary color
Monochromatic Colors of #D9E28C
Black with #D9E28C
Text Example
Text Example
White with #D9E28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E28C; }
p { color: rgb(217,226,140); }
H1.HeaderClassName
{
color: #D9E28C;
}
.AnyTagClassName
{
color: #D9E28C;
}
</style>
background-color css
<style>
a { background-color: #D9E28C; }
a { background-color: rgb(217,226,140); }
div.DivClassName
{
background-color: #D9E28C;
}
.BgClassName
{
background-color: #D9E28C;
}
</style>
border-color css
<style>
span { border-color: #D9E28C; }
span { border-color: rgb(217,226,140); }
td.TdClassName
{
border-color: #D9E28C;
}
.TagClassName
{
border-color: #D9E28C;
}
</style>