Shades of Primrose #D9DC85
Tints of Primrose #D9DC85
RGB
CMYK
RGB Variations
Color information
#D9DC85 (or 0xD9DC85) is known color: Primrose. HEX triplet: D9, DC and 85. RGB value is (217,220,133). Sum of RGB (Red+Green+Blue) = 217+220+133=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DC85 is #26237A. Grayscale: #D1D1D1. Windows color (decimal): -2499451 or 8772825. OLE color: 8772825.
HSL color Cylindrical-coordinate representation of color #D9DC85: hue angle of 62.07º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9DC85 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 133 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.14 |
| HSL | 62.07º | 0.55% | 0.69% | - |
| HSV(B) | 62.07º | 0.4% | 0.86% | - |
| XYZ | 58.44 | 67.63 | 32.16 | - |
| YUV | 209.19 | 85.01 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 133 | 0.01 | 0 | 0.40 | 0.14 | 62.07 | 0.55 | 0.69 |
| Hex | D9 | DC | 85 | 1 | 0 | 28 | E | 3E | 37 | 45 |
| Octal | 331 | 334 | 205 | 1 | 0 | 50 | 16 | 76 | 67 | 105 |
| Binary | 11011001 | 11011100 | 10000101 | 1 | 0 | 101000 | 1110 | 111110 | 110111 | 1000101 |
Color Harmonies of #D9DC85
Complementary color
Monochromatic Colors of #D9DC85
Black with #D9DC85
Text Example
Text Example
White with #D9DC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC85; }
p { color: rgb(217,220,133); }
H1.HeaderClassName
{
color: #D9DC85;
}
.AnyTagClassName
{
color: #D9DC85;
}
</style>
background-color css
<style>
a { background-color: #D9DC85; }
a { background-color: rgb(217,220,133); }
div.DivClassName
{
background-color: #D9DC85;
}
.BgClassName
{
background-color: #D9DC85;
}
</style>
border-color css
<style>
span { border-color: #D9DC85; }
span { border-color: rgb(217,220,133); }
td.TdClassName
{
border-color: #D9DC85;
}
.TagClassName
{
border-color: #D9DC85;
}
</style>