Shades of Primrose #D9DE96
Tints of Primrose #D9DE96
RGB
CMYK
RGB Variations
Color information
#D9DE96 (or 0xD9DE96) is known color: Primrose. HEX triplet: D9, DE and 96. RGB value is (217,222,150). Sum of RGB (Red+Green+Blue) = 217+222+150=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DE96 is #262169. Grayscale: #D4D4D4. Windows color (decimal): -2498922 or 9887449. OLE color: 9887449.
HSL color Cylindrical-coordinate representation of color #D9DE96: hue angle of 64.17º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9DE96 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 222 | 150 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.13 |
| HSL | 64.17º | 0.52% | 0.73% | - |
| HSV(B) | 64.17º | 0.32% | 0.87% | - |
| XYZ | 60.24 | 69.2 | 39.04 | - |
| YUV | 212.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 222 | 150 | 0.02 | 0 | 0.32 | 0.13 | 64.17 | 0.52 | 0.73 |
| Hex | D9 | DE | 96 | 2 | 0 | 20 | D | 40 | 34 | 49 |
| Octal | 331 | 336 | 226 | 2 | 0 | 40 | 15 | 100 | 64 | 111 |
| Binary | 11011001 | 11011110 | 10010110 | 10 | 0 | 100000 | 1101 | 1000000 | 110100 | 1001001 |
Color Harmonies of #D9DE96
Complementary color
Monochromatic Colors of #D9DE96
Black with #D9DE96
Text Example
Text Example
White with #D9DE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DE96; }
p { color: rgb(217,222,150); }
H1.HeaderClassName
{
color: #D9DE96;
}
.AnyTagClassName
{
color: #D9DE96;
}
</style>
background-color css
<style>
a { background-color: #D9DE96; }
a { background-color: rgb(217,222,150); }
div.DivClassName
{
background-color: #D9DE96;
}
.BgClassName
{
background-color: #D9DE96;
}
</style>
border-color css
<style>
span { border-color: #D9DE96; }
span { border-color: rgb(217,222,150); }
td.TdClassName
{
border-color: #D9DE96;
}
.TagClassName
{
border-color: #D9DE96;
}
</style>