Shades of Primrose #D9E48A
Tints of Primrose #D9E48A
RGB
CMYK
RGB Variations
Color information
#D9E48A (or 0xD9E48A) is known color: Primrose. HEX triplet: D9, E4 and 8A. RGB value is (217,228,138). Sum of RGB (Red+Green+Blue) = 217+228+138=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 228 (89.45% from 255 or 39.11% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E48A is #261B75. Grayscale: #D6D6D6. Windows color (decimal): -2497398 or 9102553. OLE color: 9102553.
HSL color Cylindrical-coordinate representation of color #D9E48A: hue angle of 67.33º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9E48A is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 228 | 138 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.11 |
| HSL | 67.33º | 0.63% | 0.72% | - |
| HSV(B) | 67.33º | 0.39% | 0.89% | - |
| XYZ | 60.95 | 72.07 | 34.74 | - |
| YUV | 214.45 | 84.86 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 228 | 138 | 0.05 | 0 | 0.39 | 0.11 | 67.33 | 0.63 | 0.72 |
| Hex | D9 | E4 | 8A | 5 | 0 | 27 | B | 43 | 3E | 48 |
| Octal | 331 | 344 | 212 | 5 | 0 | 47 | 13 | 103 | 76 | 110 |
| Binary | 11011001 | 11100100 | 10001010 | 101 | 0 | 100111 | 1011 | 1000011 | 111110 | 1001000 |
Color Harmonies of #D9E48A
Complementary color
Monochromatic Colors of #D9E48A
Black with #D9E48A
Text Example
Text Example
White with #D9E48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E48A; }
p { color: rgb(217,228,138); }
H1.HeaderClassName
{
color: #D9E48A;
}
.AnyTagClassName
{
color: #D9E48A;
}
</style>
background-color css
<style>
a { background-color: #D9E48A; }
a { background-color: rgb(217,228,138); }
div.DivClassName
{
background-color: #D9E48A;
}
.BgClassName
{
background-color: #D9E48A;
}
</style>
border-color css
<style>
span { border-color: #D9E48A; }
span { border-color: rgb(217,228,138); }
td.TdClassName
{
border-color: #D9E48A;
}
.TagClassName
{
border-color: #D9E48A;
}
</style>