Shades of Primrose #DBD690
Tints of Primrose #DBD690
RGB
CMYK
RGB Variations
Color information
#DBD690 (or 0xDBD690) is known color: Primrose. HEX triplet: DB, D6 and 90. RGB value is (219,214,144). Sum of RGB (Red+Green+Blue) = 219+214+144=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 144 (56.64% from 255 or 24.96% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD690 is #24296F. Grayscale: #CFCFCF. Windows color (decimal): -2369904 or 9492187. OLE color: 9492187.
HSL color Cylindrical-coordinate representation of color #DBD690: hue angle of 56º 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 #DBD690 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 144 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.14 |
| HSL | 56º | 0.51% | 0.71% | - |
| HSV(B) | 56º | 0.34% | 0.86% | - |
| XYZ | 58.29 | 65.17 | 35.89 | - |
| YUV | 207.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 144 | 0 | 0.02 | 0.34 | 0.14 | 56 | 0.51 | 0.71 |
| Hex | DB | D6 | 90 | 0 | 2 | 22 | E | 38 | 33 | 47 |
| Octal | 333 | 326 | 220 | 0 | 2 | 42 | 16 | 70 | 63 | 107 |
| Binary | 11011011 | 11010110 | 10010000 | 0 | 10 | 100010 | 1110 | 111000 | 110011 | 1000111 |
Color Harmonies of #DBD690
Complementary color
Monochromatic Colors of #DBD690
Black with #DBD690
Text Example
Text Example
White with #DBD690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD690; }
p { color: rgb(219,214,144); }
H1.HeaderClassName
{
color: #DBD690;
}
.AnyTagClassName
{
color: #DBD690;
}
</style>
background-color css
<style>
a { background-color: #DBD690; }
a { background-color: rgb(219,214,144); }
div.DivClassName
{
background-color: #DBD690;
}
.BgClassName
{
background-color: #DBD690;
}
</style>
border-color css
<style>
span { border-color: #DBD690; }
span { border-color: rgb(219,214,144); }
td.TdClassName
{
border-color: #DBD690;
}
.TagClassName
{
border-color: #DBD690;
}
</style>