Shades of Primrose #D8DB88
Tints of Primrose #D8DB88
RGB
CMYK
RGB Variations
Color information
#D8DB88 (or 0xD8DB88) is known color: Primrose. HEX triplet: D8, DB and 88. RGB value is (216,219,136). Sum of RGB (Red+Green+Blue) = 216+219+136=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DB88 is #272477. Grayscale: #D0D0D0. Windows color (decimal): -2565240 or 8969176. OLE color: 8969176.
HSL color Cylindrical-coordinate representation of color #D8DB88: hue angle of 62.17º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8DB88 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 136 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.14 |
| HSL | 62.17º | 0.54% | 0.7% | - |
| HSV(B) | 62.17º | 0.38% | 0.86% | - |
| XYZ | 58.09 | 67.04 | 33.17 | - |
| YUV | 208.64 | 87.01 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 136 | 0.01 | 0 | 0.38 | 0.14 | 62.17 | 0.54 | 0.7 |
| Hex | D8 | DB | 88 | 1 | 0 | 26 | E | 3E | 36 | 46 |
| Octal | 330 | 333 | 210 | 1 | 0 | 46 | 16 | 76 | 66 | 106 |
| Binary | 11011000 | 11011011 | 10001000 | 1 | 0 | 100110 | 1110 | 111110 | 110110 | 1000110 |
Color Harmonies of #D8DB88
Complementary color
Monochromatic Colors of #D8DB88
Black with #D8DB88
Text Example
Text Example
White with #D8DB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB88; }
p { color: rgb(216,219,136); }
H1.HeaderClassName
{
color: #D8DB88;
}
.AnyTagClassName
{
color: #D8DB88;
}
</style>
background-color css
<style>
a { background-color: #D8DB88; }
a { background-color: rgb(216,219,136); }
div.DivClassName
{
background-color: #D8DB88;
}
.BgClassName
{
background-color: #D8DB88;
}
</style>
border-color css
<style>
span { border-color: #D8DB88; }
span { border-color: rgb(216,219,136); }
td.TdClassName
{
border-color: #D8DB88;
}
.TagClassName
{
border-color: #D8DB88;
}
</style>