Shades of Primrose #DBDD96
Tints of Primrose #DBDD96
RGB
CMYK
RGB Variations
Color information
#DBDD96 (or 0xDBDD96) is known color: Primrose. HEX triplet: DB, DD and 96. RGB value is (219,221,150). Sum of RGB (Red+Green+Blue) = 219+221+150=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD96 is #242269. Grayscale: #D4D4D4. Windows color (decimal): -2368106 or 9887195. OLE color: 9887195.
HSL color Cylindrical-coordinate representation of color #DBDD96: hue angle of 61.69º degrees, saturation: 0.51, 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 #DBDD96 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 150 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.13 |
| HSL | 61.69º | 0.51% | 0.73% | - |
| HSV(B) | 61.69º | 0.32% | 0.87% | - |
| XYZ | 60.57 | 68.97 | 38.98 | - |
| YUV | 212.31 | 92.84 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 150 | 0.01 | 0 | 0.32 | 0.13 | 61.69 | 0.51 | 0.73 |
| Hex | DB | DD | 96 | 1 | 0 | 20 | D | 3E | 33 | 49 |
| Octal | 333 | 335 | 226 | 1 | 0 | 40 | 15 | 76 | 63 | 111 |
| Binary | 11011011 | 11011101 | 10010110 | 1 | 0 | 100000 | 1101 | 111110 | 110011 | 1001001 |
Color Harmonies of #DBDD96
Complementary color
Monochromatic Colors of #DBDD96
Black with #DBDD96
Text Example
Text Example
White with #DBDD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD96; }
p { color: rgb(219,221,150); }
H1.HeaderClassName
{
color: #DBDD96;
}
.AnyTagClassName
{
color: #DBDD96;
}
</style>
background-color css
<style>
a { background-color: #DBDD96; }
a { background-color: rgb(219,221,150); }
div.DivClassName
{
background-color: #DBDD96;
}
.BgClassName
{
background-color: #DBDD96;
}
</style>
border-color css
<style>
span { border-color: #DBDD96; }
span { border-color: rgb(219,221,150); }
td.TdClassName
{
border-color: #DBDD96;
}
.TagClassName
{
border-color: #DBDD96;
}
</style>