Shades of Primrose #D8DC99
Tints of Primrose #D8DC99
RGB
CMYK
RGB Variations
Color information
#D8DC99 (or 0xD8DC99) is known color: Primrose. HEX triplet: D8, DC and 99. RGB value is (216,220,153). Sum of RGB (Red+Green+Blue) = 216+220+153=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 153 (60.16% from 255 or 25.98% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DC99 is #272366. Grayscale: #D3D3D3. Windows color (decimal): -2564967 or 10083544. OLE color: 10083544.
HSL color Cylindrical-coordinate representation of color #D8DC99: hue angle of 63.58º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8DC99 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 153 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.14 |
| HSL | 63.58º | 0.49% | 0.73% | - |
| HSV(B) | 63.58º | 0.3% | 0.86% | - |
| XYZ | 59.66 | 68.09 | 40.13 | - |
| YUV | 211.17 | 95.17 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 153 | 0.02 | 0 | 0.30 | 0.14 | 63.58 | 0.49 | 0.73 |
| Hex | D8 | DC | 99 | 2 | 0 | 1E | E | 40 | 31 | 49 |
| Octal | 330 | 334 | 231 | 2 | 0 | 36 | 16 | 100 | 61 | 111 |
| Binary | 11011000 | 11011100 | 10011001 | 10 | 0 | 11110 | 1110 | 1000000 | 110001 | 1001001 |
Color Harmonies of #D8DC99
Complementary color
Monochromatic Colors of #D8DC99
Black with #D8DC99
Text Example
Text Example
White with #D8DC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DC99; }
p { color: rgb(216,220,153); }
H1.HeaderClassName
{
color: #D8DC99;
}
.AnyTagClassName
{
color: #D8DC99;
}
</style>
background-color css
<style>
a { background-color: #D8DC99; }
a { background-color: rgb(216,220,153); }
div.DivClassName
{
background-color: #D8DC99;
}
.BgClassName
{
background-color: #D8DC99;
}
</style>
border-color css
<style>
span { border-color: #D8DC99; }
span { border-color: rgb(216,220,153); }
td.TdClassName
{
border-color: #D8DC99;
}
.TagClassName
{
border-color: #D8DC99;
}
</style>