Shades of Primrose #D8DB8E
Tints of Primrose #D8DB8E
RGB
CMYK
RGB Variations
Color information
#D8DB8E (or 0xD8DB8E) is known color: Primrose. HEX triplet: D8, DB and 8E. RGB value is (216,219,142). Sum of RGB (Red+Green+Blue) = 216+219+142=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DB8E is #272471. Grayscale: #D1D1D1. Windows color (decimal): -2565234 or 9362392. OLE color: 9362392.
HSL color Cylindrical-coordinate representation of color #D8DB8E: hue angle of 62.34º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8DB8E is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 142 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.14 |
| HSL | 62.34º | 0.52% | 0.71% | - |
| HSV(B) | 62.34º | 0.35% | 0.86% | - |
| XYZ | 58.53 | 67.21 | 35.48 | - |
| YUV | 209.33 | 90.01 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 142 | 0.01 | 0 | 0.35 | 0.14 | 62.34 | 0.52 | 0.71 |
| Hex | D8 | DB | 8E | 1 | 0 | 23 | E | 3E | 34 | 47 |
| Octal | 330 | 333 | 216 | 1 | 0 | 43 | 16 | 76 | 64 | 107 |
| Binary | 11011000 | 11011011 | 10001110 | 1 | 0 | 100011 | 1110 | 111110 | 110100 | 1000111 |
Color Harmonies of #D8DB8E
Complementary color
Monochromatic Colors of #D8DB8E
Black with #D8DB8E
Text Example
Text Example
White with #D8DB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB8E; }
p { color: rgb(216,219,142); }
H1.HeaderClassName
{
color: #D8DB8E;
}
.AnyTagClassName
{
color: #D8DB8E;
}
</style>
background-color css
<style>
a { background-color: #D8DB8E; }
a { background-color: rgb(216,219,142); }
div.DivClassName
{
background-color: #D8DB8E;
}
.BgClassName
{
background-color: #D8DB8E;
}
</style>
border-color css
<style>
span { border-color: #D8DB8E; }
span { border-color: rgb(216,219,142); }
td.TdClassName
{
border-color: #D8DB8E;
}
.TagClassName
{
border-color: #D8DB8E;
}
</style>