Shades of Primrose #D8DB8C
Tints of Primrose #D8DB8C
RGB
CMYK
RGB Variations
Color information
#D8DB8C (or 0xD8DB8C) is known color: Primrose. HEX triplet: D8, DB and 8C. RGB value is (216,219,140). Sum of RGB (Red+Green+Blue) = 216+219+140=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DB8C is #272473. Grayscale: #D1D1D1. Windows color (decimal): -2565236 or 9231320. OLE color: 9231320.
HSL color Cylindrical-coordinate representation of color #D8DB8C: hue angle of 62.28º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D8DB8C is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 140 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.14 |
| HSL | 62.28º | 0.52% | 0.7% | - |
| HSV(B) | 62.28º | 0.36% | 0.86% | - |
| XYZ | 58.38 | 67.16 | 34.7 | - |
| YUV | 209.1 | 89.01 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 140 | 0.01 | 0 | 0.36 | 0.14 | 62.28 | 0.52 | 0.7 |
| Hex | D8 | DB | 8C | 1 | 0 | 24 | E | 3E | 34 | 46 |
| Octal | 330 | 333 | 214 | 1 | 0 | 44 | 16 | 76 | 64 | 106 |
| Binary | 11011000 | 11011011 | 10001100 | 1 | 0 | 100100 | 1110 | 111110 | 110100 | 1000110 |
Color Harmonies of #D8DB8C
Complementary color
Monochromatic Colors of #D8DB8C
Black with #D8DB8C
Text Example
Text Example
White with #D8DB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB8C; }
p { color: rgb(216,219,140); }
H1.HeaderClassName
{
color: #D8DB8C;
}
.AnyTagClassName
{
color: #D8DB8C;
}
</style>
background-color css
<style>
a { background-color: #D8DB8C; }
a { background-color: rgb(216,219,140); }
div.DivClassName
{
background-color: #D8DB8C;
}
.BgClassName
{
background-color: #D8DB8C;
}
</style>
border-color css
<style>
span { border-color: #D8DB8C; }
span { border-color: rgb(216,219,140); }
td.TdClassName
{
border-color: #D8DB8C;
}
.TagClassName
{
border-color: #D8DB8C;
}
</style>