Shades of Primrose #D9E58A
Tints of Primrose #D9E58A
RGB
CMYK
RGB Variations
Color information
#D9E58A (or 0xD9E58A) is known color: Primrose. HEX triplet: D9, E5 and 8A. RGB value is (217,229,138). Sum of RGB (Red+Green+Blue) = 217+229+138=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 138 (54.30% from 255 or 23.63% from 584); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E58A is #261A75. Grayscale: #D7D7D7. Windows color (decimal): -2497142 or 9102809. OLE color: 9102809.
HSL color Cylindrical-coordinate representation of color #D9E58A: hue angle of 67.91º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9E58A is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 229 | 138 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.10 |
| HSL | 67.91º | 0.64% | 0.72% | - |
| HSV(B) | 67.91º | 0.4% | 0.9% | - |
| XYZ | 61.22 | 72.63 | 34.84 | - |
| YUV | 215.04 | 84.52 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 229 | 138 | 0.05 | 0 | 0.40 | 0.10 | 67.91 | 0.64 | 0.72 |
| Hex | D9 | E5 | 8A | 5 | 0 | 28 | A | 44 | 40 | 48 |
| Octal | 331 | 345 | 212 | 5 | 0 | 50 | 12 | 104 | 100 | 110 |
| Binary | 11011001 | 11100101 | 10001010 | 101 | 0 | 101000 | 1010 | 1000100 | 1000000 | 1001000 |
Color Harmonies of #D9E58A
Complementary color
Monochromatic Colors of #D9E58A
Black with #D9E58A
Text Example
Text Example
White with #D9E58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E58A; }
p { color: rgb(217,229,138); }
H1.HeaderClassName
{
color: #D9E58A;
}
.AnyTagClassName
{
color: #D9E58A;
}
</style>
background-color css
<style>
a { background-color: #D9E58A; }
a { background-color: rgb(217,229,138); }
div.DivClassName
{
background-color: #D9E58A;
}
.BgClassName
{
background-color: #D9E58A;
}
</style>
border-color css
<style>
span { border-color: #D9E58A; }
span { border-color: rgb(217,229,138); }
td.TdClassName
{
border-color: #D9E58A;
}
.TagClassName
{
border-color: #D9E58A;
}
</style>