Shades of Primrose #D9DC91
Tints of Primrose #D9DC91
RGB
CMYK
RGB Variations
Color information
#D9DC91 (or 0xD9DC91) is known color: Primrose. HEX triplet: D9, DC and 91. RGB value is (217,220,145). Sum of RGB (Red+Green+Blue) = 217+220+145=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 145 (57.03% from 255 or 24.91% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DC91 is #26236E. Grayscale: #D2D2D2. Windows color (decimal): -2499439 or 9559257. OLE color: 9559257.
HSL color Cylindrical-coordinate representation of color #D9DC91: hue angle of 62.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9DC91 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 145 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.14 |
| HSL | 62.4º | 0.52% | 0.72% | - |
| HSV(B) | 62.4º | 0.34% | 0.86% | - |
| XYZ | 59.32 | 67.98 | 36.78 | - |
| YUV | 210.55 | 91.01 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 145 | 0.01 | 0 | 0.34 | 0.14 | 62.4 | 0.52 | 0.72 |
| Hex | D9 | DC | 91 | 1 | 0 | 22 | E | 3E | 34 | 48 |
| Octal | 331 | 334 | 221 | 1 | 0 | 42 | 16 | 76 | 64 | 110 |
| Binary | 11011001 | 11011100 | 10010001 | 1 | 0 | 100010 | 1110 | 111110 | 110100 | 1001000 |
Color Harmonies of #D9DC91
Complementary color
Monochromatic Colors of #D9DC91
Black with #D9DC91
Text Example
Text Example
White with #D9DC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC91; }
p { color: rgb(217,220,145); }
H1.HeaderClassName
{
color: #D9DC91;
}
.AnyTagClassName
{
color: #D9DC91;
}
</style>
background-color css
<style>
a { background-color: #D9DC91; }
a { background-color: rgb(217,220,145); }
div.DivClassName
{
background-color: #D9DC91;
}
.BgClassName
{
background-color: #D9DC91;
}
</style>
border-color css
<style>
span { border-color: #D9DC91; }
span { border-color: rgb(217,220,145); }
td.TdClassName
{
border-color: #D9DC91;
}
.TagClassName
{
border-color: #D9DC91;
}
</style>