Shades of Primrose #D9DA94
Tints of Primrose #D9DA94
RGB
CMYK
RGB Variations
Color information
#D9DA94 (or 0xD9DA94) is known color: Primrose. HEX triplet: D9, DA and 94. RGB value is (217,218,148). Sum of RGB (Red+Green+Blue) = 217+218+148=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 148 (58.20% from 255 or 25.39% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DA94 is #26256B. Grayscale: #D2D2D2. Windows color (decimal): -2499948 or 9755353. OLE color: 9755353.
HSL color Cylindrical-coordinate representation of color #D9DA94: hue angle of 60.86º 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 #D9DA94 is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 218 | 148 | - |
| CMYK | 0.00 | 0 | 0.32 | 0.15 |
| HSL | 60.86º | 0.49% | 0.72% | - |
| HSV(B) | 60.86º | 0.32% | 0.85% | - |
| XYZ | 59.03 | 67.03 | 37.84 | - |
| YUV | 209.72 | 93.17 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 148 | 0.00 | 0 | 0.32 | 0.15 | 60.86 | 0.49 | 0.72 |
| Hex | D9 | DA | 94 | 0 | 0 | 20 | F | 3D | 31 | 48 |
| Octal | 331 | 332 | 224 | 0 | 0 | 40 | 17 | 75 | 61 | 110 |
| Binary | 11011001 | 11011010 | 10010100 | 0 | 0 | 100000 | 1111 | 111101 | 110001 | 1001000 |
Color Harmonies of #D9DA94
Complementary color
Monochromatic Colors of #D9DA94
Black with #D9DA94
Text Example
Text Example
White with #D9DA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DA94; }
p { color: rgb(217,218,148); }
H1.HeaderClassName
{
color: #D9DA94;
}
.AnyTagClassName
{
color: #D9DA94;
}
</style>
background-color css
<style>
a { background-color: #D9DA94; }
a { background-color: rgb(217,218,148); }
div.DivClassName
{
background-color: #D9DA94;
}
.BgClassName
{
background-color: #D9DA94;
}
</style>
border-color css
<style>
span { border-color: #D9DA94; }
span { border-color: rgb(217,218,148); }
td.TdClassName
{
border-color: #D9DA94;
}
.TagClassName
{
border-color: #D9DA94;
}
</style>