Shades of Primrose #D9DB96
Tints of Primrose #D9DB96
RGB
CMYK
RGB Variations
Color information
#D9DB96 (or 0xD9DB96) is known color: Primrose. HEX triplet: D9, DB and 96. RGB value is (217,219,150). Sum of RGB (Red+Green+Blue) = 217+219+150=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DB96 is #262469. Grayscale: #D2D2D2. Windows color (decimal): -2499690 or 9886681. OLE color: 9886681.
HSL color Cylindrical-coordinate representation of color #D9DB96: hue angle of 61.74º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9DB96 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 219 | 150 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.14 |
| HSL | 61.74º | 0.49% | 0.72% | - |
| HSV(B) | 61.74º | 0.32% | 0.86% | - |
| XYZ | 59.45 | 67.62 | 38.77 | - |
| YUV | 210.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 150 | 0.01 | 0 | 0.32 | 0.14 | 61.74 | 0.49 | 0.72 |
| Hex | D9 | DB | 96 | 1 | 0 | 20 | E | 3E | 31 | 48 |
| Octal | 331 | 333 | 226 | 1 | 0 | 40 | 16 | 76 | 61 | 110 |
| Binary | 11011001 | 11011011 | 10010110 | 1 | 0 | 100000 | 1110 | 111110 | 110001 | 1001000 |
Color Harmonies of #D9DB96
Complementary color
Monochromatic Colors of #D9DB96
Black with #D9DB96
Text Example
Text Example
White with #D9DB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DB96; }
p { color: rgb(217,219,150); }
H1.HeaderClassName
{
color: #D9DB96;
}
.AnyTagClassName
{
color: #D9DB96;
}
</style>
background-color css
<style>
a { background-color: #D9DB96; }
a { background-color: rgb(217,219,150); }
div.DivClassName
{
background-color: #D9DB96;
}
.BgClassName
{
background-color: #D9DB96;
}
</style>
border-color css
<style>
span { border-color: #D9DB96; }
span { border-color: rgb(217,219,150); }
td.TdClassName
{
border-color: #D9DB96;
}
.TagClassName
{
border-color: #D9DB96;
}
</style>