Shades of Primrose #D9DD8B
Tints of Primrose #D9DD8B
RGB
CMYK
RGB Variations
Color information
#D9DD8B (or 0xD9DD8B) is known color: Primrose. HEX triplet: D9, DD and 8B. RGB value is (217,221,139). Sum of RGB (Red+Green+Blue) = 217+221+139=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 139 (54.69% from 255 or 24.09% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DD8B is #262274. Grayscale: #D2D2D2. Windows color (decimal): -2499189 or 9166297. OLE color: 9166297.
HSL color Cylindrical-coordinate representation of color #D9DD8B: hue angle of 62.93º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D9DD8B is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 139 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.13 |
| HSL | 62.93º | 0.55% | 0.71% | - |
| HSV(B) | 62.93º | 0.37% | 0.87% | - |
| XYZ | 59.13 | 68.33 | 34.5 | - |
| YUV | 210.46 | 87.67 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 139 | 0.02 | 0 | 0.37 | 0.13 | 62.93 | 0.55 | 0.71 |
| Hex | D9 | DD | 8B | 2 | 0 | 25 | D | 3F | 37 | 47 |
| Octal | 331 | 335 | 213 | 2 | 0 | 45 | 15 | 77 | 67 | 107 |
| Binary | 11011001 | 11011101 | 10001011 | 10 | 0 | 100101 | 1101 | 111111 | 110111 | 1000111 |
Color Harmonies of #D9DD8B
Complementary color
Monochromatic Colors of #D9DD8B
Black with #D9DD8B
Text Example
Text Example
White with #D9DD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DD8B; }
p { color: rgb(217,221,139); }
H1.HeaderClassName
{
color: #D9DD8B;
}
.AnyTagClassName
{
color: #D9DD8B;
}
</style>
background-color css
<style>
a { background-color: #D9DD8B; }
a { background-color: rgb(217,221,139); }
div.DivClassName
{
background-color: #D9DD8B;
}
.BgClassName
{
background-color: #D9DD8B;
}
</style>
border-color css
<style>
span { border-color: #D9DD8B; }
span { border-color: rgb(217,221,139); }
td.TdClassName
{
border-color: #D9DD8B;
}
.TagClassName
{
border-color: #D9DD8B;
}
</style>