Shades of Primrose #D9DC8C
Tints of Primrose #D9DC8C
RGB
CMYK
RGB Variations
Color information
#D9DC8C (or 0xD9DC8C) is known color: Primrose. HEX triplet: D9, DC and 8C. RGB value is (217,220,140). Sum of RGB (Red+Green+Blue) = 217+220+140=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DC8C is #262373. Grayscale: #D2D2D2. Windows color (decimal): -2499444 or 9231577. OLE color: 9231577.
HSL color Cylindrical-coordinate representation of color #D9DC8C: hue angle of 62.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9DC8C is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 140 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.14 |
| HSL | 62.25º | 0.53% | 0.71% | - |
| HSV(B) | 62.25º | 0.36% | 0.86% | - |
| XYZ | 58.94 | 67.83 | 34.8 | - |
| YUV | 209.98 | 88.51 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 140 | 0.01 | 0 | 0.36 | 0.14 | 62.25 | 0.53 | 0.71 |
| Hex | D9 | DC | 8C | 1 | 0 | 24 | E | 3E | 35 | 47 |
| Octal | 331 | 334 | 214 | 1 | 0 | 44 | 16 | 76 | 65 | 107 |
| Binary | 11011001 | 11011100 | 10001100 | 1 | 0 | 100100 | 1110 | 111110 | 110101 | 1000111 |
Color Harmonies of #D9DC8C
Complementary color
Monochromatic Colors of #D9DC8C
Black with #D9DC8C
Text Example
Text Example
White with #D9DC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC8C; }
p { color: rgb(217,220,140); }
H1.HeaderClassName
{
color: #D9DC8C;
}
.AnyTagClassName
{
color: #D9DC8C;
}
</style>
background-color css
<style>
a { background-color: #D9DC8C; }
a { background-color: rgb(217,220,140); }
div.DivClassName
{
background-color: #D9DC8C;
}
.BgClassName
{
background-color: #D9DC8C;
}
</style>
border-color css
<style>
span { border-color: #D9DC8C; }
span { border-color: rgb(217,220,140); }
td.TdClassName
{
border-color: #D9DC8C;
}
.TagClassName
{
border-color: #D9DC8C;
}
</style>