Shades of Primrose #D9E18A
Tints of Primrose #D9E18A
RGB
CMYK
RGB Variations
Color information
#D9E18A (or 0xD9E18A) is known color: Primrose. HEX triplet: D9, E1 and 8A. RGB value is (217,225,138). Sum of RGB (Red+Green+Blue) = 217+225+138=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 138 (54.30% from 255 or 23.79% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E18A is #261E75. Grayscale: #D5D5D5. Windows color (decimal): -2498166 or 9101785. OLE color: 9101785.
HSL color Cylindrical-coordinate representation of color #D9E18A: hue angle of 65.52º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9E18A is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 138 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.12 |
| HSL | 65.52º | 0.59% | 0.71% | - |
| HSV(B) | 65.52º | 0.39% | 0.88% | - |
| XYZ | 60.13 | 70.44 | 34.47 | - |
| YUV | 212.69 | 85.85 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 138 | 0.04 | 0 | 0.39 | 0.12 | 65.52 | 0.59 | 0.71 |
| Hex | D9 | E1 | 8A | 4 | 0 | 27 | C | 42 | 3B | 47 |
| Octal | 331 | 341 | 212 | 4 | 0 | 47 | 14 | 102 | 73 | 107 |
| Binary | 11011001 | 11100001 | 10001010 | 100 | 0 | 100111 | 1100 | 1000010 | 111011 | 1000111 |
Color Harmonies of #D9E18A
Complementary color
Monochromatic Colors of #D9E18A
Black with #D9E18A
Text Example
Text Example
White with #D9E18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E18A; }
p { color: rgb(217,225,138); }
H1.HeaderClassName
{
color: #D9E18A;
}
.AnyTagClassName
{
color: #D9E18A;
}
</style>
background-color css
<style>
a { background-color: #D9E18A; }
a { background-color: rgb(217,225,138); }
div.DivClassName
{
background-color: #D9E18A;
}
.BgClassName
{
background-color: #D9E18A;
}
</style>
border-color css
<style>
span { border-color: #D9E18A; }
span { border-color: rgb(217,225,138); }
td.TdClassName
{
border-color: #D9E18A;
}
.TagClassName
{
border-color: #D9E18A;
}
</style>