Shades of Primrose #DBD28E
Tints of Primrose #DBD28E
RGB
CMYK
RGB Variations
Color information
#DBD28E (or 0xDBD28E) is known color: Primrose. HEX triplet: DB, D2 and 8E. RGB value is (219,210,142). Sum of RGB (Red+Green+Blue) = 219+210+142=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 142 (55.86% from 255 or 24.87% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD28E is #242D71. Grayscale: #CDCDCD. Windows color (decimal): -2370930 or 9360091. OLE color: 9360091.
HSL color Cylindrical-coordinate representation of color #DBD28E: hue angle of 52.99º 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 #DBD28E is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 142 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.14 |
| HSL | 52.99º | 0.52% | 0.71% | - |
| HSV(B) | 52.99º | 0.35% | 0.86% | - |
| XYZ | 57.14 | 63.11 | 34.76 | - |
| YUV | 204.94 | 92.48 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 142 | 0 | 0.04 | 0.35 | 0.14 | 52.99 | 0.52 | 0.71 |
| Hex | DB | D2 | 8E | 0 | 4 | 23 | E | 35 | 34 | 47 |
| Octal | 333 | 322 | 216 | 0 | 4 | 43 | 16 | 65 | 64 | 107 |
| Binary | 11011011 | 11010010 | 10001110 | 0 | 100 | 100011 | 1110 | 110101 | 110100 | 1000111 |
Color Harmonies of #DBD28E
Complementary color
Monochromatic Colors of #DBD28E
Black with #DBD28E
Text Example
Text Example
White with #DBD28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD28E; }
p { color: rgb(219,210,142); }
H1.HeaderClassName
{
color: #DBD28E;
}
.AnyTagClassName
{
color: #DBD28E;
}
</style>
background-color css
<style>
a { background-color: #DBD28E; }
a { background-color: rgb(219,210,142); }
div.DivClassName
{
background-color: #DBD28E;
}
.BgClassName
{
background-color: #DBD28E;
}
</style>
border-color css
<style>
span { border-color: #DBD28E; }
span { border-color: rgb(219,210,142); }
td.TdClassName
{
border-color: #DBD28E;
}
.TagClassName
{
border-color: #DBD28E;
}
</style>