Shades of Primrose #D9DA8D
Tints of Primrose #D9DA8D
RGB
CMYK
RGB Variations
Color information
#D9DA8D (or 0xD9DA8D) is known color: Primrose. HEX triplet: D9, DA and 8D. RGB value is (217,218,141). Sum of RGB (Red+Green+Blue) = 217+218+141=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DA8D is #262572. Grayscale: #D1D1D1. Windows color (decimal): -2499955 or 9296601. OLE color: 9296601.
HSL color Cylindrical-coordinate representation of color #D9DA8D: hue angle of 60.78º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9DA8D is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 218 | 141 | - |
| CMYK | 0.00 | 0 | 0.35 | 0.15 |
| HSL | 60.78º | 0.51% | 0.7% | - |
| HSV(B) | 60.78º | 0.35% | 0.85% | - |
| XYZ | 58.49 | 66.82 | 35.01 | - |
| YUV | 208.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 141 | 0.00 | 0 | 0.35 | 0.15 | 60.78 | 0.51 | 0.7 |
| Hex | D9 | DA | 8D | 0 | 0 | 23 | F | 3D | 33 | 46 |
| Octal | 331 | 332 | 215 | 0 | 0 | 43 | 17 | 75 | 63 | 106 |
| Binary | 11011001 | 11011010 | 10001101 | 0 | 0 | 100011 | 1111 | 111101 | 110011 | 1000110 |
Color Harmonies of #D9DA8D
Complementary color
Monochromatic Colors of #D9DA8D
Black with #D9DA8D
Text Example
Text Example
White with #D9DA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DA8D; }
p { color: rgb(217,218,141); }
H1.HeaderClassName
{
color: #D9DA8D;
}
.AnyTagClassName
{
color: #D9DA8D;
}
</style>
background-color css
<style>
a { background-color: #D9DA8D; }
a { background-color: rgb(217,218,141); }
div.DivClassName
{
background-color: #D9DA8D;
}
.BgClassName
{
background-color: #D9DA8D;
}
</style>
border-color css
<style>
span { border-color: #D9DA8D; }
span { border-color: rgb(217,218,141); }
td.TdClassName
{
border-color: #D9DA8D;
}
.TagClassName
{
border-color: #D9DA8D;
}
</style>