Shades of Primrose #D8DC8F
Tints of Primrose #D8DC8F
RGB
CMYK
RGB Variations
Color information
#D8DC8F (or 0xD8DC8F) is known color: Primrose. HEX triplet: D8, DC and 8F. RGB value is (216,220,143). Sum of RGB (Red+Green+Blue) = 216+220+143=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 143 (56.25% from 255 or 24.70% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DC8F is #272370. Grayscale: #D2D2D2. Windows color (decimal): -2564977 or 9428184. OLE color: 9428184.
HSL color Cylindrical-coordinate representation of color #D8DC8F: hue angle of 63.12º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8DC8F is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 143 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.14 |
| HSL | 63.12º | 0.52% | 0.71% | - |
| HSV(B) | 63.12º | 0.35% | 0.86% | - |
| XYZ | 58.87 | 67.77 | 35.96 | - |
| YUV | 210.03 | 90.17 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 143 | 0.02 | 0 | 0.35 | 0.14 | 63.12 | 0.52 | 0.71 |
| Hex | D8 | DC | 8F | 2 | 0 | 23 | E | 3F | 34 | 47 |
| Octal | 330 | 334 | 217 | 2 | 0 | 43 | 16 | 77 | 64 | 107 |
| Binary | 11011000 | 11011100 | 10001111 | 10 | 0 | 100011 | 1110 | 111111 | 110100 | 1000111 |
Color Harmonies of #D8DC8F
Complementary color
Monochromatic Colors of #D8DC8F
Black with #D8DC8F
Text Example
Text Example
White with #D8DC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DC8F; }
p { color: rgb(216,220,143); }
H1.HeaderClassName
{
color: #D8DC8F;
}
.AnyTagClassName
{
color: #D8DC8F;
}
</style>
background-color css
<style>
a { background-color: #D8DC8F; }
a { background-color: rgb(216,220,143); }
div.DivClassName
{
background-color: #D8DC8F;
}
.BgClassName
{
background-color: #D8DC8F;
}
</style>
border-color css
<style>
span { border-color: #D8DC8F; }
span { border-color: rgb(216,220,143); }
td.TdClassName
{
border-color: #D8DC8F;
}
.TagClassName
{
border-color: #D8DC8F;
}
</style>