Shades of Primrose #D9E594
Tints of Primrose #D9E594
RGB
CMYK
RGB Variations
Color information
#D9E594 (or 0xD9E594) is known color: Primrose. HEX triplet: D9, E5 and 94. RGB value is (217,229,148). Sum of RGB (Red+Green+Blue) = 217+229+148=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 229 (89.84% from 255 or 38.55% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E594 is #261A6B. Grayscale: #D8D8D8. Windows color (decimal): -2497132 or 9758169. OLE color: 9758169.
HSL color Cylindrical-coordinate representation of color #D9E594: hue angle of 68.89º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9E594 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 229 | 148 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.10 |
| HSL | 68.89º | 0.61% | 0.74% | - |
| HSV(B) | 68.89º | 0.35% | 0.9% | - |
| XYZ | 61.98 | 72.93 | 38.83 | - |
| YUV | 216.18 | 89.52 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 229 | 148 | 0.05 | 0 | 0.35 | 0.10 | 68.89 | 0.61 | 0.74 |
| Hex | D9 | E5 | 94 | 5 | 0 | 23 | A | 45 | 3D | 4A |
| Octal | 331 | 345 | 224 | 5 | 0 | 43 | 12 | 105 | 75 | 112 |
| Binary | 11011001 | 11100101 | 10010100 | 101 | 0 | 100011 | 1010 | 1000101 | 111101 | 1001010 |
Color Harmonies of #D9E594
Complementary color
Monochromatic Colors of #D9E594
Black with #D9E594
Text Example
Text Example
White with #D9E594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E594; }
p { color: rgb(217,229,148); }
H1.HeaderClassName
{
color: #D9E594;
}
.AnyTagClassName
{
color: #D9E594;
}
</style>
background-color css
<style>
a { background-color: #D9E594; }
a { background-color: rgb(217,229,148); }
div.DivClassName
{
background-color: #D9E594;
}
.BgClassName
{
background-color: #D9E594;
}
</style>
border-color css
<style>
span { border-color: #D9E594; }
span { border-color: rgb(217,229,148); }
td.TdClassName
{
border-color: #D9E594;
}
.TagClassName
{
border-color: #D9E594;
}
</style>