Shades of Primrose #D9DC96
Tints of Primrose #D9DC96
RGB
CMYK
RGB Variations
Color information
#D9DC96 (or 0xD9DC96) is known color: Primrose. HEX triplet: D9, DC and 96. RGB value is (217,220,150). Sum of RGB (Red+Green+Blue) = 217+220+150=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DC96 is #262369. Grayscale: #D3D3D3. Windows color (decimal): -2499434 or 9886937. OLE color: 9886937.
HSL color Cylindrical-coordinate representation of color #D9DC96: hue angle of 62.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9DC96 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 150 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.14 |
| HSL | 62.57º | 0.5% | 0.73% | - |
| HSV(B) | 62.57º | 0.32% | 0.86% | - |
| XYZ | 59.71 | 68.14 | 38.86 | - |
| YUV | 211.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 150 | 0.01 | 0 | 0.32 | 0.14 | 62.57 | 0.5 | 0.73 |
| Hex | D9 | DC | 96 | 1 | 0 | 20 | E | 3F | 32 | 49 |
| Octal | 331 | 334 | 226 | 1 | 0 | 40 | 16 | 77 | 62 | 111 |
| Binary | 11011001 | 11011100 | 10010110 | 1 | 0 | 100000 | 1110 | 111111 | 110010 | 1001001 |
Color Harmonies of #D9DC96
Complementary color
Monochromatic Colors of #D9DC96
Black with #D9DC96
Text Example
Text Example
White with #D9DC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC96; }
p { color: rgb(217,220,150); }
H1.HeaderClassName
{
color: #D9DC96;
}
.AnyTagClassName
{
color: #D9DC96;
}
</style>
background-color css
<style>
a { background-color: #D9DC96; }
a { background-color: rgb(217,220,150); }
div.DivClassName
{
background-color: #D9DC96;
}
.BgClassName
{
background-color: #D9DC96;
}
</style>
border-color css
<style>
span { border-color: #D9DC96; }
span { border-color: rgb(217,220,150); }
td.TdClassName
{
border-color: #D9DC96;
}
.TagClassName
{
border-color: #D9DC96;
}
</style>