Shades of Primrose #DBDE96
Tints of Primrose #DBDE96
RGB
CMYK
RGB Variations
Color information
#DBDE96 (or 0xDBDE96) is known color: Primrose. HEX triplet: DB, DE and 96. RGB value is (219,222,150). Sum of RGB (Red+Green+Blue) = 219+222+150=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDE96 is #242169. Grayscale: #D5D5D5. Windows color (decimal): -2367850 or 9887451. OLE color: 9887451.
HSL color Cylindrical-coordinate representation of color #DBDE96: hue angle of 62.5º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBDE96 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 150 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.13 |
| HSL | 62.5º | 0.52% | 0.73% | - |
| HSV(B) | 62.5º | 0.32% | 0.87% | - |
| XYZ | 60.84 | 69.5 | 39.06 | - |
| YUV | 212.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 150 | 0.01 | 0 | 0.32 | 0.13 | 62.5 | 0.52 | 0.73 |
| Hex | DB | DE | 96 | 1 | 0 | 20 | D | 3F | 34 | 49 |
| Octal | 333 | 336 | 226 | 1 | 0 | 40 | 15 | 77 | 64 | 111 |
| Binary | 11011011 | 11011110 | 10010110 | 1 | 0 | 100000 | 1101 | 111111 | 110100 | 1001001 |
Color Harmonies of #DBDE96
Complementary color
Monochromatic Colors of #DBDE96
Black with #DBDE96
Text Example
Text Example
White with #DBDE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE96; }
p { color: rgb(219,222,150); }
H1.HeaderClassName
{
color: #DBDE96;
}
.AnyTagClassName
{
color: #DBDE96;
}
</style>
background-color css
<style>
a { background-color: #DBDE96; }
a { background-color: rgb(219,222,150); }
div.DivClassName
{
background-color: #DBDE96;
}
.BgClassName
{
background-color: #DBDE96;
}
</style>
border-color css
<style>
span { border-color: #DBDE96; }
span { border-color: rgb(219,222,150); }
td.TdClassName
{
border-color: #DBDE96;
}
.TagClassName
{
border-color: #DBDE96;
}
</style>