Shades of Primrose #D8DB93
Tints of Primrose #D8DB93
RGB
CMYK
RGB Variations
Color information
#D8DB93 (or 0xD8DB93) is known color: Primrose. HEX triplet: D8, DB and 93. RGB value is (216,219,147). Sum of RGB (Red+Green+Blue) = 216+219+147=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 147 (57.81% from 255 or 25.26% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DB93 is #27246C. Grayscale: #D2D2D2. Windows color (decimal): -2565229 or 9690072. OLE color: 9690072.
HSL color Cylindrical-coordinate representation of color #D8DB93: hue angle of 62.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8DB93 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 147 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.14 |
| HSL | 62.5º | 0.5% | 0.72% | - |
| HSV(B) | 62.5º | 0.33% | 0.86% | - |
| XYZ | 58.92 | 67.37 | 37.5 | - |
| YUV | 209.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 147 | 0.01 | 0 | 0.33 | 0.14 | 62.5 | 0.5 | 0.72 |
| Hex | D8 | DB | 93 | 1 | 0 | 21 | E | 3F | 32 | 48 |
| Octal | 330 | 333 | 223 | 1 | 0 | 41 | 16 | 77 | 62 | 110 |
| Binary | 11011000 | 11011011 | 10010011 | 1 | 0 | 100001 | 1110 | 111111 | 110010 | 1001000 |
Color Harmonies of #D8DB93
Complementary color
Monochromatic Colors of #D8DB93
Black with #D8DB93
Text Example
Text Example
White with #D8DB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB93; }
p { color: rgb(216,219,147); }
H1.HeaderClassName
{
color: #D8DB93;
}
.AnyTagClassName
{
color: #D8DB93;
}
</style>
background-color css
<style>
a { background-color: #D8DB93; }
a { background-color: rgb(216,219,147); }
div.DivClassName
{
background-color: #D8DB93;
}
.BgClassName
{
background-color: #D8DB93;
}
</style>
border-color css
<style>
span { border-color: #D8DB93; }
span { border-color: rgb(216,219,147); }
td.TdClassName
{
border-color: #D8DB93;
}
.TagClassName
{
border-color: #D8DB93;
}
</style>