Shades of Primrose #D8DF94
Tints of Primrose #D8DF94
RGB
CMYK
RGB Variations
Color information
#D8DF94 (or 0xD8DF94) is known color: Primrose. HEX triplet: D8, DF and 94. RGB value is (216,223,148). Sum of RGB (Red+Green+Blue) = 216+223+148=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 148 (58.20% from 255 or 25.21% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DF94 is #27206B. Grayscale: #D4D4D4. Windows color (decimal): -2564204 or 9756632. OLE color: 9756632.
HSL color Cylindrical-coordinate representation of color #D8DF94: hue angle of 65.6º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8DF94 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 223 | 148 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.13 |
| HSL | 65.6º | 0.54% | 0.73% | - |
| HSV(B) | 65.6º | 0.34% | 0.87% | - |
| XYZ | 60.05 | 69.51 | 38.27 | - |
| YUV | 212.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 223 | 148 | 0.03 | 0 | 0.34 | 0.13 | 65.6 | 0.54 | 0.73 |
| Hex | D8 | DF | 94 | 3 | 0 | 22 | D | 42 | 36 | 49 |
| Octal | 330 | 337 | 224 | 3 | 0 | 42 | 15 | 102 | 66 | 111 |
| Binary | 11011000 | 11011111 | 10010100 | 11 | 0 | 100010 | 1101 | 1000010 | 110110 | 1001001 |
Color Harmonies of #D8DF94
Complementary color
Monochromatic Colors of #D8DF94
Black with #D8DF94
Text Example
Text Example
White with #D8DF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DF94; }
p { color: rgb(216,223,148); }
H1.HeaderClassName
{
color: #D8DF94;
}
.AnyTagClassName
{
color: #D8DF94;
}
</style>
background-color css
<style>
a { background-color: #D8DF94; }
a { background-color: rgb(216,223,148); }
div.DivClassName
{
background-color: #D8DF94;
}
.BgClassName
{
background-color: #D8DF94;
}
</style>
border-color css
<style>
span { border-color: #D8DF94; }
span { border-color: rgb(216,223,148); }
td.TdClassName
{
border-color: #D8DF94;
}
.TagClassName
{
border-color: #D8DF94;
}
</style>