Shades of Primrose #DBD390
Tints of Primrose #DBD390
RGB
CMYK
RGB Variations
Color information
#DBD390 (or 0xDBD390) is known color: Primrose. HEX triplet: DB, D3 and 90. RGB value is (219,211,144). Sum of RGB (Red+Green+Blue) = 219+211+144=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD390 is #242C6F. Grayscale: #CECECE. Windows color (decimal): -2370672 or 9491419. OLE color: 9491419.
HSL color Cylindrical-coordinate representation of color #DBD390: hue angle of 53.6º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBD390 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 144 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.14 |
| HSL | 53.6º | 0.51% | 0.71% | - |
| HSV(B) | 53.6º | 0.34% | 0.86% | - |
| XYZ | 57.54 | 63.66 | 35.64 | - |
| YUV | 205.75 | 93.15 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 144 | 0 | 0.04 | 0.34 | 0.14 | 53.6 | 0.51 | 0.71 |
| Hex | DB | D3 | 90 | 0 | 4 | 22 | E | 36 | 33 | 47 |
| Octal | 333 | 323 | 220 | 0 | 4 | 42 | 16 | 66 | 63 | 107 |
| Binary | 11011011 | 11010011 | 10010000 | 0 | 100 | 100010 | 1110 | 110110 | 110011 | 1000111 |
Color Harmonies of #DBD390
Complementary color
Monochromatic Colors of #DBD390
Black with #DBD390
Text Example
Text Example
White with #DBD390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD390; }
p { color: rgb(219,211,144); }
H1.HeaderClassName
{
color: #DBD390;
}
.AnyTagClassName
{
color: #DBD390;
}
</style>
background-color css
<style>
a { background-color: #DBD390; }
a { background-color: rgb(219,211,144); }
div.DivClassName
{
background-color: #DBD390;
}
.BgClassName
{
background-color: #DBD390;
}
</style>
border-color css
<style>
span { border-color: #DBD390; }
span { border-color: rgb(219,211,144); }
td.TdClassName
{
border-color: #DBD390;
}
.TagClassName
{
border-color: #DBD390;
}
</style>