Shades of Primrose #DBD884
Tints of Primrose #DBD884
RGB
CMYK
RGB Variations
Color information
#DBD884 (or 0xDBD884) is known color: Primrose. HEX triplet: DB, D8 and 84. RGB value is (219,216,132). Sum of RGB (Red+Green+Blue) = 219+216+132=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD884 is #24277B. Grayscale: #CFCFCF. Windows color (decimal): -2369404 or 8706267. OLE color: 8706267.
HSL color Cylindrical-coordinate representation of color #DBD884: hue angle of 57.93º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBD884 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 132 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.14 |
| HSL | 57.93º | 0.55% | 0.69% | - |
| HSV(B) | 57.93º | 0.4% | 0.86% | - |
| XYZ | 57.93 | 65.84 | 31.48 | - |
| YUV | 207.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 132 | 0 | 0.01 | 0.40 | 0.14 | 57.93 | 0.55 | 0.69 |
| Hex | DB | D8 | 84 | 0 | 1 | 28 | E | 3A | 37 | 45 |
| Octal | 333 | 330 | 204 | 0 | 1 | 50 | 16 | 72 | 67 | 105 |
| Binary | 11011011 | 11011000 | 10000100 | 0 | 1 | 101000 | 1110 | 111010 | 110111 | 1000101 |
Color Harmonies of #DBD884
Complementary color
Monochromatic Colors of #DBD884
Black with #DBD884
Text Example
Text Example
White with #DBD884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD884; }
p { color: rgb(219,216,132); }
H1.HeaderClassName
{
color: #DBD884;
}
.AnyTagClassName
{
color: #DBD884;
}
</style>
background-color css
<style>
a { background-color: #DBD884; }
a { background-color: rgb(219,216,132); }
div.DivClassName
{
background-color: #DBD884;
}
.BgClassName
{
background-color: #DBD884;
}
</style>
border-color css
<style>
span { border-color: #DBD884; }
span { border-color: rgb(219,216,132); }
td.TdClassName
{
border-color: #DBD884;
}
.TagClassName
{
border-color: #DBD884;
}
</style>