Shades of Primrose #DBD590
Tints of Primrose #DBD590
RGB
CMYK
RGB Variations
Color information
#DBD590 (or 0xDBD590) is known color: Primrose. HEX triplet: DB, D5 and 90. RGB value is (219,213,144). Sum of RGB (Red+Green+Blue) = 219+213+144=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 144 (56.64% from 255 or 25% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD590 is #242A6F. Grayscale: #CFCFCF. Windows color (decimal): -2370160 or 9491931. OLE color: 9491931.
HSL color Cylindrical-coordinate representation of color #DBD590: hue angle of 55.2º 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 #DBD590 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 144 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.14 |
| HSL | 55.2º | 0.51% | 0.71% | - |
| HSV(B) | 55.2º | 0.34% | 0.86% | - |
| XYZ | 58.04 | 64.66 | 35.81 | - |
| YUV | 206.93 | 92.49 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 144 | 0 | 0.03 | 0.34 | 0.14 | 55.2 | 0.51 | 0.71 |
| Hex | DB | D5 | 90 | 0 | 3 | 22 | E | 37 | 33 | 47 |
| Octal | 333 | 325 | 220 | 0 | 3 | 42 | 16 | 67 | 63 | 107 |
| Binary | 11011011 | 11010101 | 10010000 | 0 | 11 | 100010 | 1110 | 110111 | 110011 | 1000111 |
Color Harmonies of #DBD590
Complementary color
Monochromatic Colors of #DBD590
Black with #DBD590
Text Example
Text Example
White with #DBD590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD590; }
p { color: rgb(219,213,144); }
H1.HeaderClassName
{
color: #DBD590;
}
.AnyTagClassName
{
color: #DBD590;
}
</style>
background-color css
<style>
a { background-color: #DBD590; }
a { background-color: rgb(219,213,144); }
div.DivClassName
{
background-color: #DBD590;
}
.BgClassName
{
background-color: #DBD590;
}
</style>
border-color css
<style>
span { border-color: #DBD590; }
span { border-color: rgb(219,213,144); }
td.TdClassName
{
border-color: #DBD590;
}
.TagClassName
{
border-color: #DBD590;
}
</style>