Shades of Primrose #D9DD8F
Tints of Primrose #D9DD8F
RGB
CMYK
RGB Variations
Color information
#D9DD8F (or 0xD9DD8F) is known color: Primrose. HEX triplet: D9, DD and 8F. RGB value is (217,221,143). Sum of RGB (Red+Green+Blue) = 217+221+143=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 143 (56.25% from 255 or 24.61% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DD8F is #262270. Grayscale: #D3D3D3. Windows color (decimal): -2499185 or 9428441. OLE color: 9428441.
HSL color Cylindrical-coordinate representation of color #D9DD8F: hue angle of 63.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9DD8F is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 143 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.13 |
| HSL | 63.08º | 0.53% | 0.71% | - |
| HSV(B) | 63.08º | 0.35% | 0.87% | - |
| XYZ | 59.43 | 68.45 | 36.07 | - |
| YUV | 210.91 | 89.67 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 143 | 0.02 | 0 | 0.35 | 0.13 | 63.08 | 0.53 | 0.71 |
| Hex | D9 | DD | 8F | 2 | 0 | 23 | D | 3F | 35 | 47 |
| Octal | 331 | 335 | 217 | 2 | 0 | 43 | 15 | 77 | 65 | 107 |
| Binary | 11011001 | 11011101 | 10001111 | 10 | 0 | 100011 | 1101 | 111111 | 110101 | 1000111 |
Color Harmonies of #D9DD8F
Complementary color
Monochromatic Colors of #D9DD8F
Black with #D9DD8F
Text Example
Text Example
White with #D9DD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DD8F; }
p { color: rgb(217,221,143); }
H1.HeaderClassName
{
color: #D9DD8F;
}
.AnyTagClassName
{
color: #D9DD8F;
}
</style>
background-color css
<style>
a { background-color: #D9DD8F; }
a { background-color: rgb(217,221,143); }
div.DivClassName
{
background-color: #D9DD8F;
}
.BgClassName
{
background-color: #D9DD8F;
}
</style>
border-color css
<style>
span { border-color: #D9DD8F; }
span { border-color: rgb(217,221,143); }
td.TdClassName
{
border-color: #D9DD8F;
}
.TagClassName
{
border-color: #D9DD8F;
}
</style>