Shades of Primrose #D8DC8D
Tints of Primrose #D8DC8D
RGB
CMYK
RGB Variations
Color information
#D8DC8D (or 0xD8DC8D) is known color: Primrose. HEX triplet: D8, DC and 8D. RGB value is (216,220,141). Sum of RGB (Red+Green+Blue) = 216+220+141=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DC8D is #272372. Grayscale: #D2D2D2. Windows color (decimal): -2564979 or 9297112. OLE color: 9297112.
HSL color Cylindrical-coordinate representation of color #D8DC8D: hue angle of 63.04º 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 #D8DC8D is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 141 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.14 |
| HSL | 63.04º | 0.53% | 0.71% | - |
| HSV(B) | 63.04º | 0.36% | 0.86% | - |
| XYZ | 58.72 | 67.71 | 35.17 | - |
| YUV | 209.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 141 | 0.02 | 0 | 0.36 | 0.14 | 63.04 | 0.53 | 0.71 |
| Hex | D8 | DC | 8D | 2 | 0 | 24 | E | 3F | 35 | 47 |
| Octal | 330 | 334 | 215 | 2 | 0 | 44 | 16 | 77 | 65 | 107 |
| Binary | 11011000 | 11011100 | 10001101 | 10 | 0 | 100100 | 1110 | 111111 | 110101 | 1000111 |
Color Harmonies of #D8DC8D
Complementary color
Monochromatic Colors of #D8DC8D
Black with #D8DC8D
Text Example
Text Example
White with #D8DC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DC8D; }
p { color: rgb(216,220,141); }
H1.HeaderClassName
{
color: #D8DC8D;
}
.AnyTagClassName
{
color: #D8DC8D;
}
</style>
background-color css
<style>
a { background-color: #D8DC8D; }
a { background-color: rgb(216,220,141); }
div.DivClassName
{
background-color: #D8DC8D;
}
.BgClassName
{
background-color: #D8DC8D;
}
</style>
border-color css
<style>
span { border-color: #D8DC8D; }
span { border-color: rgb(216,220,141); }
td.TdClassName
{
border-color: #D8DC8D;
}
.TagClassName
{
border-color: #D8DC8D;
}
</style>