Shades of Primrose #D8DB99
Tints of Primrose #D8DB99
RGB
CMYK
RGB Variations
Color information
#D8DB99 (or 0xD8DB99) is known color: Primrose. HEX triplet: D8, DB and 99. RGB value is (216,219,153). Sum of RGB (Red+Green+Blue) = 216+219+153=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 153 (60.16% from 255 or 26.02% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DB99 is #272466. Grayscale: #D2D2D2. Windows color (decimal): -2565223 or 10083288. OLE color: 10083288.
HSL color Cylindrical-coordinate representation of color #D8DB99: hue angle of 62.73º degrees, saturation: 0.48, 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 #D8DB99 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 153 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.14 |
| HSL | 62.73º | 0.48% | 0.73% | - |
| HSV(B) | 62.73º | 0.3% | 0.86% | - |
| XYZ | 59.4 | 67.56 | 40.05 | - |
| YUV | 210.58 | 95.51 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 153 | 0.01 | 0 | 0.30 | 0.14 | 62.73 | 0.48 | 0.73 |
| Hex | D8 | DB | 99 | 1 | 0 | 1E | E | 3F | 30 | 49 |
| Octal | 330 | 333 | 231 | 1 | 0 | 36 | 16 | 77 | 60 | 111 |
| Binary | 11011000 | 11011011 | 10011001 | 1 | 0 | 11110 | 1110 | 111111 | 110000 | 1001001 |
Color Harmonies of #D8DB99
Complementary color
Monochromatic Colors of #D8DB99
Black with #D8DB99
Text Example
Text Example
White with #D8DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB99; }
p { color: rgb(216,219,153); }
H1.HeaderClassName
{
color: #D8DB99;
}
.AnyTagClassName
{
color: #D8DB99;
}
</style>
background-color css
<style>
a { background-color: #D8DB99; }
a { background-color: rgb(216,219,153); }
div.DivClassName
{
background-color: #D8DB99;
}
.BgClassName
{
background-color: #D8DB99;
}
</style>
border-color css
<style>
span { border-color: #D8DB99; }
span { border-color: rgb(216,219,153); }
td.TdClassName
{
border-color: #D8DB99;
}
.TagClassName
{
border-color: #D8DB99;
}
</style>