Shades of Primrose #D9E395
Tints of Primrose #D9E395
RGB
CMYK
RGB Variations
Color information
#D9E395 (or 0xD9E395) is known color: Primrose. HEX triplet: D9, E3 and 95. RGB value is (217,227,149). Sum of RGB (Red+Green+Blue) = 217+227+149=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 227 (89.06% from 255 or 38.28% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E395 is #261C6A. Grayscale: #D7D7D7. Windows color (decimal): -2497643 or 9823193. OLE color: 9823193.
HSL color Cylindrical-coordinate representation of color #D9E395: hue angle of 67.69º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9E395 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 149 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.11 |
| HSL | 67.69º | 0.58% | 0.74% | - |
| HSV(B) | 67.69º | 0.34% | 0.89% | - |
| XYZ | 61.51 | 71.86 | 39.06 | - |
| YUV | 215.12 | 90.69 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 149 | 0.04 | 0 | 0.34 | 0.11 | 67.69 | 0.58 | 0.74 |
| Hex | D9 | E3 | 95 | 4 | 0 | 22 | B | 44 | 3A | 4A |
| Octal | 331 | 343 | 225 | 4 | 0 | 42 | 13 | 104 | 72 | 112 |
| Binary | 11011001 | 11100011 | 10010101 | 100 | 0 | 100010 | 1011 | 1000100 | 111010 | 1001010 |
Color Harmonies of #D9E395
Complementary color
Monochromatic Colors of #D9E395
Black with #D9E395
Text Example
Text Example
White with #D9E395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E395; }
p { color: rgb(217,227,149); }
H1.HeaderClassName
{
color: #D9E395;
}
.AnyTagClassName
{
color: #D9E395;
}
</style>
background-color css
<style>
a { background-color: #D9E395; }
a { background-color: rgb(217,227,149); }
div.DivClassName
{
background-color: #D9E395;
}
.BgClassName
{
background-color: #D9E395;
}
</style>
border-color css
<style>
span { border-color: #D9E395; }
span { border-color: rgb(217,227,149); }
td.TdClassName
{
border-color: #D9E395;
}
.TagClassName
{
border-color: #D9E395;
}
</style>