Shades of Primrose #D9E38F
Tints of Primrose #D9E38F
RGB
CMYK
RGB Variations
Color information
#D9E38F (or 0xD9E38F) is known color: Primrose. HEX triplet: D9, E3 and 8F. RGB value is (217,227,143). Sum of RGB (Red+Green+Blue) = 217+227+143=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 227 (89.06% from 255 or 38.67% from 587); Blue value is 143 (56.25% from 255 or 24.36% from 587); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E38F is #261C70. Grayscale: #D6D6D6. Windows color (decimal): -2497649 or 9429977. OLE color: 9429977.
HSL color Cylindrical-coordinate representation of color #D9E38F: hue angle of 67.14º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D9E38F is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 143 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.11 |
| HSL | 67.14º | 0.6% | 0.73% | - |
| HSV(B) | 67.14º | 0.37% | 0.89% | - |
| XYZ | 61.04 | 71.67 | 36.6 | - |
| YUV | 214.43 | 87.69 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 143 | 0.04 | 0 | 0.37 | 0.11 | 67.14 | 0.6 | 0.73 |
| Hex | D9 | E3 | 8F | 4 | 0 | 25 | B | 43 | 3C | 49 |
| Octal | 331 | 343 | 217 | 4 | 0 | 45 | 13 | 103 | 74 | 111 |
| Binary | 11011001 | 11100011 | 10001111 | 100 | 0 | 100101 | 1011 | 1000011 | 111100 | 1001001 |
Color Harmonies of #D9E38F
Complementary color
Monochromatic Colors of #D9E38F
Black with #D9E38F
Text Example
Text Example
White with #D9E38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E38F; }
p { color: rgb(217,227,143); }
H1.HeaderClassName
{
color: #D9E38F;
}
.AnyTagClassName
{
color: #D9E38F;
}
</style>
background-color css
<style>
a { background-color: #D9E38F; }
a { background-color: rgb(217,227,143); }
div.DivClassName
{
background-color: #D9E38F;
}
.BgClassName
{
background-color: #D9E38F;
}
</style>
border-color css
<style>
span { border-color: #D9E38F; }
span { border-color: rgb(217,227,143); }
td.TdClassName
{
border-color: #D9E38F;
}
.TagClassName
{
border-color: #D9E38F;
}
</style>