Shades of Primrose #D9DD86
Tints of Primrose #D9DD86
RGB
CMYK
RGB Variations
Color information
#D9DD86 (or 0xD9DD86) is known color: Primrose. HEX triplet: D9, DD and 86. RGB value is (217,221,134). Sum of RGB (Red+Green+Blue) = 217+221+134=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 134 (52.73% from 255 or 23.43% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DD86 is #262279. Grayscale: #D2D2D2. Windows color (decimal): -2499194 or 8838617. OLE color: 8838617.
HSL color Cylindrical-coordinate representation of color #D9DD86: hue angle of 62.76º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9DD86 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 134 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.13 |
| HSL | 62.76º | 0.56% | 0.7% | - |
| HSV(B) | 62.76º | 0.39% | 0.87% | - |
| XYZ | 58.77 | 68.19 | 32.62 | - |
| YUV | 209.89 | 85.17 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 134 | 0.02 | 0 | 0.39 | 0.13 | 62.76 | 0.56 | 0.7 |
| Hex | D9 | DD | 86 | 2 | 0 | 27 | D | 3F | 38 | 46 |
| Octal | 331 | 335 | 206 | 2 | 0 | 47 | 15 | 77 | 70 | 106 |
| Binary | 11011001 | 11011101 | 10000110 | 10 | 0 | 100111 | 1101 | 111111 | 111000 | 1000110 |
Color Harmonies of #D9DD86
Complementary color
Monochromatic Colors of #D9DD86
Black with #D9DD86
Text Example
Text Example
White with #D9DD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DD86; }
p { color: rgb(217,221,134); }
H1.HeaderClassName
{
color: #D9DD86;
}
.AnyTagClassName
{
color: #D9DD86;
}
</style>
background-color css
<style>
a { background-color: #D9DD86; }
a { background-color: rgb(217,221,134); }
div.DivClassName
{
background-color: #D9DD86;
}
.BgClassName
{
background-color: #D9DD86;
}
</style>
border-color css
<style>
span { border-color: #D9DD86; }
span { border-color: rgb(217,221,134); }
td.TdClassName
{
border-color: #D9DD86;
}
.TagClassName
{
border-color: #D9DD86;
}
</style>