Shades of Primrose #DBD58F
Tints of Primrose #DBD58F
RGB
CMYK
RGB Variations
Color information
#DBD58F (or 0xDBD58F) is known color: Primrose. HEX triplet: DB, D5 and 8F. RGB value is (219,213,143). Sum of RGB (Red+Green+Blue) = 219+213+143=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD58F is #242A70. Grayscale: #CFCFCF. Windows color (decimal): -2370161 or 9426395. OLE color: 9426395.
HSL color Cylindrical-coordinate representation of color #DBD58F: hue angle of 55.26º degrees, saturation: 0.51, 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 #DBD58F is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 143 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.14 |
| HSL | 55.26º | 0.51% | 0.71% | - |
| HSV(B) | 55.26º | 0.35% | 0.86% | - |
| XYZ | 57.97 | 64.63 | 35.41 | - |
| YUV | 206.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 143 | 0 | 0.03 | 0.35 | 0.14 | 55.26 | 0.51 | 0.71 |
| Hex | DB | D5 | 8F | 0 | 3 | 23 | E | 37 | 33 | 47 |
| Octal | 333 | 325 | 217 | 0 | 3 | 43 | 16 | 67 | 63 | 107 |
| Binary | 11011011 | 11010101 | 10001111 | 0 | 11 | 100011 | 1110 | 110111 | 110011 | 1000111 |
Color Harmonies of #DBD58F
Complementary color
Monochromatic Colors of #DBD58F
Black with #DBD58F
Text Example
Text Example
White with #DBD58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD58F; }
p { color: rgb(219,213,143); }
H1.HeaderClassName
{
color: #DBD58F;
}
.AnyTagClassName
{
color: #DBD58F;
}
</style>
background-color css
<style>
a { background-color: #DBD58F; }
a { background-color: rgb(219,213,143); }
div.DivClassName
{
background-color: #DBD58F;
}
.BgClassName
{
background-color: #DBD58F;
}
</style>
border-color css
<style>
span { border-color: #DBD58F; }
span { border-color: rgb(219,213,143); }
td.TdClassName
{
border-color: #DBD58F;
}
.TagClassName
{
border-color: #DBD58F;
}
</style>