Shades of Primrose #D8DC8C
Tints of Primrose #D8DC8C
RGB
CMYK
RGB Variations
Color information
#D8DC8C (or 0xD8DC8C) is known color: Primrose. HEX triplet: D8, DC and 8C. RGB value is (216,220,140). Sum of RGB (Red+Green+Blue) = 216+220+140=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 140 (55.08% from 255 or 24.31% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DC8C is #272373. Grayscale: #D1D1D1. Windows color (decimal): -2564980 or 9231576. OLE color: 9231576.
HSL color Cylindrical-coordinate representation of color #D8DC8C: hue angle of 63º 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 #D8DC8C is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 140 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.14 |
| HSL | 63º | 0.53% | 0.71% | - |
| HSV(B) | 63º | 0.36% | 0.86% | - |
| XYZ | 58.65 | 67.68 | 34.78 | - |
| YUV | 209.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 140 | 0.02 | 0 | 0.36 | 0.14 | 63 | 0.53 | 0.71 |
| Hex | D8 | DC | 8C | 2 | 0 | 24 | E | 3F | 35 | 47 |
| Octal | 330 | 334 | 214 | 2 | 0 | 44 | 16 | 77 | 65 | 107 |
| Binary | 11011000 | 11011100 | 10001100 | 10 | 0 | 100100 | 1110 | 111111 | 110101 | 1000111 |
Color Harmonies of #D8DC8C
Complementary color
Monochromatic Colors of #D8DC8C
Black with #D8DC8C
Text Example
Text Example
White with #D8DC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DC8C; }
p { color: rgb(216,220,140); }
H1.HeaderClassName
{
color: #D8DC8C;
}
.AnyTagClassName
{
color: #D8DC8C;
}
</style>
background-color css
<style>
a { background-color: #D8DC8C; }
a { background-color: rgb(216,220,140); }
div.DivClassName
{
background-color: #D8DC8C;
}
.BgClassName
{
background-color: #D8DC8C;
}
</style>
border-color css
<style>
span { border-color: #D8DC8C; }
span { border-color: rgb(216,220,140); }
td.TdClassName
{
border-color: #D8DC8C;
}
.TagClassName
{
border-color: #D8DC8C;
}
</style>