Shades of Primrose #D8DA94
Tints of Primrose #D8DA94
RGB
CMYK
RGB Variations
Color information
#D8DA94 (or 0xD8DA94) is known color: Primrose. HEX triplet: D8, DA and 94. RGB value is (216,218,148). Sum of RGB (Red+Green+Blue) = 216+218+148=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DA94 is #27256B. Grayscale: #D1D1D1. Windows color (decimal): -2565484 or 9755352. OLE color: 9755352.
HSL color Cylindrical-coordinate representation of color #D8DA94: hue angle of 61.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8DA94 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 148 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.15 |
| HSL | 61.71º | 0.49% | 0.72% | - |
| HSV(B) | 61.71º | 0.32% | 0.85% | - |
| XYZ | 58.74 | 66.88 | 37.83 | - |
| YUV | 209.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 148 | 0.01 | 0 | 0.32 | 0.15 | 61.71 | 0.49 | 0.72 |
| Hex | D8 | DA | 94 | 1 | 0 | 20 | F | 3E | 31 | 48 |
| Octal | 330 | 332 | 224 | 1 | 0 | 40 | 17 | 76 | 61 | 110 |
| Binary | 11011000 | 11011010 | 10010100 | 1 | 0 | 100000 | 1111 | 111110 | 110001 | 1001000 |
Color Harmonies of #D8DA94
Complementary color
Monochromatic Colors of #D8DA94
Black with #D8DA94
Text Example
Text Example
White with #D8DA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DA94; }
p { color: rgb(216,218,148); }
H1.HeaderClassName
{
color: #D8DA94;
}
.AnyTagClassName
{
color: #D8DA94;
}
</style>
background-color css
<style>
a { background-color: #D8DA94; }
a { background-color: rgb(216,218,148); }
div.DivClassName
{
background-color: #D8DA94;
}
.BgClassName
{
background-color: #D8DA94;
}
</style>
border-color css
<style>
span { border-color: #D8DA94; }
span { border-color: rgb(216,218,148); }
td.TdClassName
{
border-color: #D8DA94;
}
.TagClassName
{
border-color: #D8DA94;
}
</style>