Shades of Primrose #D8DB91
Tints of Primrose #D8DB91
RGB
CMYK
RGB Variations
Color information
#D8DB91 (or 0xD8DB91) is known color: Primrose. HEX triplet: D8, DB and 91. RGB value is (216,219,145). Sum of RGB (Red+Green+Blue) = 216+219+145=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 145 (57.03% from 255 or 25% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DB91 is #27246E. Grayscale: #D1D1D1. Windows color (decimal): -2565231 or 9559000. OLE color: 9559000.
HSL color Cylindrical-coordinate representation of color #D8DB91: hue angle of 62.43º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8DB91 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 145 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.14 |
| HSL | 62.43º | 0.51% | 0.71% | - |
| HSV(B) | 62.43º | 0.34% | 0.86% | - |
| XYZ | 58.76 | 67.31 | 36.68 | - |
| YUV | 209.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 145 | 0.01 | 0 | 0.34 | 0.14 | 62.43 | 0.51 | 0.71 |
| Hex | D8 | DB | 91 | 1 | 0 | 22 | E | 3E | 33 | 47 |
| Octal | 330 | 333 | 221 | 1 | 0 | 42 | 16 | 76 | 63 | 107 |
| Binary | 11011000 | 11011011 | 10010001 | 1 | 0 | 100010 | 1110 | 111110 | 110011 | 1000111 |
Color Harmonies of #D8DB91
Complementary color
Monochromatic Colors of #D8DB91
Black with #D8DB91
Text Example
Text Example
White with #D8DB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB91; }
p { color: rgb(216,219,145); }
H1.HeaderClassName
{
color: #D8DB91;
}
.AnyTagClassName
{
color: #D8DB91;
}
</style>
background-color css
<style>
a { background-color: #D8DB91; }
a { background-color: rgb(216,219,145); }
div.DivClassName
{
background-color: #D8DB91;
}
.BgClassName
{
background-color: #D8DB91;
}
</style>
border-color css
<style>
span { border-color: #D8DB91; }
span { border-color: rgb(216,219,145); }
td.TdClassName
{
border-color: #D8DB91;
}
.TagClassName
{
border-color: #D8DB91;
}
</style>