Shades of Primrose #DBD58D
Tints of Primrose #DBD58D
RGB
CMYK
RGB Variations
Color information
#DBD58D (or 0xDBD58D) is known color: Primrose. HEX triplet: DB, D5 and 8D. RGB value is (219,213,141). Sum of RGB (Red+Green+Blue) = 219+213+141=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD58D is #242A72. Grayscale: #CECECE. Windows color (decimal): -2370163 or 9295323. OLE color: 9295323.
HSL color Cylindrical-coordinate representation of color #DBD58D: hue angle of 55.38º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBD58D is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 141 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.14 |
| HSL | 55.38º | 0.52% | 0.71% | - |
| HSV(B) | 55.38º | 0.36% | 0.86% | - |
| XYZ | 57.82 | 64.57 | 34.62 | - |
| YUV | 206.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 141 | 0 | 0.03 | 0.36 | 0.14 | 55.38 | 0.52 | 0.71 |
| Hex | DB | D5 | 8D | 0 | 3 | 24 | E | 37 | 34 | 47 |
| Octal | 333 | 325 | 215 | 0 | 3 | 44 | 16 | 67 | 64 | 107 |
| Binary | 11011011 | 11010101 | 10001101 | 0 | 11 | 100100 | 1110 | 110111 | 110100 | 1000111 |
Color Harmonies of #DBD58D
Complementary color
Monochromatic Colors of #DBD58D
Black with #DBD58D
Text Example
Text Example
White with #DBD58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD58D; }
p { color: rgb(219,213,141); }
H1.HeaderClassName
{
color: #DBD58D;
}
.AnyTagClassName
{
color: #DBD58D;
}
</style>
background-color css
<style>
a { background-color: #DBD58D; }
a { background-color: rgb(219,213,141); }
div.DivClassName
{
background-color: #DBD58D;
}
.BgClassName
{
background-color: #DBD58D;
}
</style>
border-color css
<style>
span { border-color: #DBD58D; }
span { border-color: rgb(219,213,141); }
td.TdClassName
{
border-color: #DBD58D;
}
.TagClassName
{
border-color: #DBD58D;
}
</style>