Shades of Primrose #D8DA8F
Tints of Primrose #D8DA8F
RGB
CMYK
RGB Variations
Color information
#D8DA8F (or 0xD8DA8F) is known color: Primrose. HEX triplet: D8, DA and 8F. RGB value is (216,218,143). Sum of RGB (Red+Green+Blue) = 216+218+143=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 143 (56.25% from 255 or 24.78% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DA8F is #272570. Grayscale: #D1D1D1. Windows color (decimal): -2565489 or 9427672. OLE color: 9427672.
HSL color Cylindrical-coordinate representation of color #D8DA8F: hue angle of 61.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8DA8F is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 143 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.15 |
| HSL | 61.6º | 0.5% | 0.71% | - |
| HSV(B) | 61.6º | 0.34% | 0.85% | - |
| XYZ | 58.35 | 66.72 | 35.79 | - |
| YUV | 208.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 143 | 0.01 | 0 | 0.34 | 0.15 | 61.6 | 0.5 | 0.71 |
| Hex | D8 | DA | 8F | 1 | 0 | 22 | F | 3E | 32 | 47 |
| Octal | 330 | 332 | 217 | 1 | 0 | 42 | 17 | 76 | 62 | 107 |
| Binary | 11011000 | 11011010 | 10001111 | 1 | 0 | 100010 | 1111 | 111110 | 110010 | 1000111 |
Color Harmonies of #D8DA8F
Complementary color
Monochromatic Colors of #D8DA8F
Black with #D8DA8F
Text Example
Text Example
White with #D8DA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DA8F; }
p { color: rgb(216,218,143); }
H1.HeaderClassName
{
color: #D8DA8F;
}
.AnyTagClassName
{
color: #D8DA8F;
}
</style>
background-color css
<style>
a { background-color: #D8DA8F; }
a { background-color: rgb(216,218,143); }
div.DivClassName
{
background-color: #D8DA8F;
}
.BgClassName
{
background-color: #D8DA8F;
}
</style>
border-color css
<style>
span { border-color: #D8DA8F; }
span { border-color: rgb(216,218,143); }
td.TdClassName
{
border-color: #D8DA8F;
}
.TagClassName
{
border-color: #D8DA8F;
}
</style>