Shades of Primrose #D9DB94
Tints of Primrose #D9DB94
RGB
CMYK
RGB Variations
Color information
#D9DB94 (or 0xD9DB94) is known color: Primrose. HEX triplet: D9, DB and 94. RGB value is (217,219,148). Sum of RGB (Red+Green+Blue) = 217+219+148=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DB94 is #26246B. Grayscale: #D2D2D2. Windows color (decimal): -2499692 or 9755609. OLE color: 9755609.
HSL color Cylindrical-coordinate representation of color #D9DB94: hue angle of 61.69º degrees, saturation: 0.5, 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 #D9DB94 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 219 | 148 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.14 |
| HSL | 61.69º | 0.5% | 0.72% | - |
| HSV(B) | 61.69º | 0.32% | 0.86% | - |
| XYZ | 59.29 | 67.55 | 37.93 | - |
| YUV | 210.31 | 92.84 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 148 | 0.01 | 0 | 0.32 | 0.14 | 61.69 | 0.5 | 0.72 |
| Hex | D9 | DB | 94 | 1 | 0 | 20 | E | 3E | 32 | 48 |
| Octal | 331 | 333 | 224 | 1 | 0 | 40 | 16 | 76 | 62 | 110 |
| Binary | 11011001 | 11011011 | 10010100 | 1 | 0 | 100000 | 1110 | 111110 | 110010 | 1001000 |
Color Harmonies of #D9DB94
Complementary color
Monochromatic Colors of #D9DB94
Black with #D9DB94
Text Example
Text Example
White with #D9DB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DB94; }
p { color: rgb(217,219,148); }
H1.HeaderClassName
{
color: #D9DB94;
}
.AnyTagClassName
{
color: #D9DB94;
}
</style>
background-color css
<style>
a { background-color: #D9DB94; }
a { background-color: rgb(217,219,148); }
div.DivClassName
{
background-color: #D9DB94;
}
.BgClassName
{
background-color: #D9DB94;
}
</style>
border-color css
<style>
span { border-color: #D9DB94; }
span { border-color: rgb(217,219,148); }
td.TdClassName
{
border-color: #D9DB94;
}
.TagClassName
{
border-color: #D9DB94;
}
</style>