Shades of Primrose #D9E385
Tints of Primrose #D9E385
RGB
CMYK
RGB Variations
Color information
#D9E385 (or 0xD9E385) is known color: Primrose. HEX triplet: D9, E3 and 85. RGB value is (217,227,133). Sum of RGB (Red+Green+Blue) = 217+227+133=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 227 (89.06% from 255 or 39.34% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E385 is #261C7A. Grayscale: #D5D5D5. Windows color (decimal): -2497659 or 8774617. OLE color: 8774617.
HSL color Cylindrical-coordinate representation of color #D9E385: hue angle of 66.38º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9E385 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 133 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.11 |
| HSL | 66.38º | 0.63% | 0.71% | - |
| HSV(B) | 66.38º | 0.41% | 0.89% | - |
| XYZ | 60.32 | 71.38 | 32.79 | - |
| YUV | 213.29 | 82.69 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 133 | 0.04 | 0 | 0.41 | 0.11 | 66.38 | 0.63 | 0.71 |
| Hex | D9 | E3 | 85 | 4 | 0 | 29 | B | 42 | 3F | 47 |
| Octal | 331 | 343 | 205 | 4 | 0 | 51 | 13 | 102 | 77 | 107 |
| Binary | 11011001 | 11100011 | 10000101 | 100 | 0 | 101001 | 1011 | 1000010 | 111111 | 1000111 |
Color Harmonies of #D9E385
Complementary color
Monochromatic Colors of #D9E385
Black with #D9E385
Text Example
Text Example
White with #D9E385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E385; }
p { color: rgb(217,227,133); }
H1.HeaderClassName
{
color: #D9E385;
}
.AnyTagClassName
{
color: #D9E385;
}
</style>
background-color css
<style>
a { background-color: #D9E385; }
a { background-color: rgb(217,227,133); }
div.DivClassName
{
background-color: #D9E385;
}
.BgClassName
{
background-color: #D9E385;
}
</style>
border-color css
<style>
span { border-color: #D9E385; }
span { border-color: rgb(217,227,133); }
td.TdClassName
{
border-color: #D9E385;
}
.TagClassName
{
border-color: #D9E385;
}
</style>