Shades of Primrose #D9DD85
Tints of Primrose #D9DD85
RGB
CMYK
RGB Variations
Color information
#D9DD85 (or 0xD9DD85) is known color: Primrose. HEX triplet: D9, DD and 85. RGB value is (217,221,133). Sum of RGB (Red+Green+Blue) = 217+221+133=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DD85 is #26227A. Grayscale: #D2D2D2. Windows color (decimal): -2499195 or 8773081. OLE color: 8773081.
HSL color Cylindrical-coordinate representation of color #D9DD85: hue angle of 62.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9DD85 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 133 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.13 |
| HSL | 62.73º | 0.56% | 0.69% | - |
| HSV(B) | 62.73º | 0.4% | 0.87% | - |
| XYZ | 58.71 | 68.16 | 32.25 | - |
| YUV | 209.77 | 84.67 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 133 | 0.02 | 0 | 0.40 | 0.13 | 62.73 | 0.56 | 0.69 |
| Hex | D9 | DD | 85 | 2 | 0 | 28 | D | 3F | 38 | 45 |
| Octal | 331 | 335 | 205 | 2 | 0 | 50 | 15 | 77 | 70 | 105 |
| Binary | 11011001 | 11011101 | 10000101 | 10 | 0 | 101000 | 1101 | 111111 | 111000 | 1000101 |
Color Harmonies of #D9DD85
Complementary color
Monochromatic Colors of #D9DD85
Black with #D9DD85
Text Example
Text Example
White with #D9DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DD85; }
p { color: rgb(217,221,133); }
H1.HeaderClassName
{
color: #D9DD85;
}
.AnyTagClassName
{
color: #D9DD85;
}
</style>
background-color css
<style>
a { background-color: #D9DD85; }
a { background-color: rgb(217,221,133); }
div.DivClassName
{
background-color: #D9DD85;
}
.BgClassName
{
background-color: #D9DD85;
}
</style>
border-color css
<style>
span { border-color: #D9DD85; }
span { border-color: rgb(217,221,133); }
td.TdClassName
{
border-color: #D9DD85;
}
.TagClassName
{
border-color: #D9DD85;
}
</style>