Shades of Primrose #D9E18D
Tints of Primrose #D9E18D
RGB
CMYK
RGB Variations
Color information
#D9E18D (or 0xD9E18D) is known color: Primrose. HEX triplet: D9, E1 and 8D. RGB value is (217,225,141). Sum of RGB (Red+Green+Blue) = 217+225+141=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E18D is #261E72. Grayscale: #D5D5D5. Windows color (decimal): -2498163 or 9298393. OLE color: 9298393.
HSL color Cylindrical-coordinate representation of color #D9E18D: hue angle of 65.71º degrees, saturation: 0.58, 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 #D9E18D is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 141 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.12 |
| HSL | 65.71º | 0.58% | 0.72% | - |
| HSV(B) | 65.71º | 0.37% | 0.88% | - |
| XYZ | 60.35 | 70.53 | 35.63 | - |
| YUV | 213.03 | 87.35 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 141 | 0.04 | 0 | 0.37 | 0.12 | 65.71 | 0.58 | 0.72 |
| Hex | D9 | E1 | 8D | 4 | 0 | 25 | C | 42 | 3A | 48 |
| Octal | 331 | 341 | 215 | 4 | 0 | 45 | 14 | 102 | 72 | 110 |
| Binary | 11011001 | 11100001 | 10001101 | 100 | 0 | 100101 | 1100 | 1000010 | 111010 | 1001000 |
Color Harmonies of #D9E18D
Complementary color
Monochromatic Colors of #D9E18D
Black with #D9E18D
Text Example
Text Example
White with #D9E18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E18D; }
p { color: rgb(217,225,141); }
H1.HeaderClassName
{
color: #D9E18D;
}
.AnyTagClassName
{
color: #D9E18D;
}
</style>
background-color css
<style>
a { background-color: #D9E18D; }
a { background-color: rgb(217,225,141); }
div.DivClassName
{
background-color: #D9E18D;
}
.BgClassName
{
background-color: #D9E18D;
}
</style>
border-color css
<style>
span { border-color: #D9E18D; }
span { border-color: rgb(217,225,141); }
td.TdClassName
{
border-color: #D9E18D;
}
.TagClassName
{
border-color: #D9E18D;
}
</style>