Shades of Primrose #DBD594
Tints of Primrose #DBD594
RGB
CMYK
RGB Variations
Color information
#DBD594 (or 0xDBD594) is known color: Primrose. HEX triplet: DB, D5 and 94. RGB value is (219,213,148). Sum of RGB (Red+Green+Blue) = 219+213+148=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 148 (58.20% from 255 or 25.52% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD594 is #242A6B. Grayscale: #CFCFCF. Windows color (decimal): -2370156 or 9754075. OLE color: 9754075.
HSL color Cylindrical-coordinate representation of color #DBD594: hue angle of 54.93º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBD594 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 148 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.14 |
| HSL | 54.93º | 0.5% | 0.72% | - |
| HSV(B) | 54.93º | 0.32% | 0.86% | - |
| XYZ | 58.35 | 64.79 | 37.45 | - |
| YUV | 207.38 | 94.49 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 148 | 0 | 0.03 | 0.32 | 0.14 | 54.93 | 0.5 | 0.72 |
| Hex | DB | D5 | 94 | 0 | 3 | 20 | E | 37 | 32 | 48 |
| Octal | 333 | 325 | 224 | 0 | 3 | 40 | 16 | 67 | 62 | 110 |
| Binary | 11011011 | 11010101 | 10010100 | 0 | 11 | 100000 | 1110 | 110111 | 110010 | 1001000 |
Color Harmonies of #DBD594
Complementary color
Monochromatic Colors of #DBD594
Black with #DBD594
Text Example
Text Example
White with #DBD594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD594; }
p { color: rgb(219,213,148); }
H1.HeaderClassName
{
color: #DBD594;
}
.AnyTagClassName
{
color: #DBD594;
}
</style>
background-color css
<style>
a { background-color: #DBD594; }
a { background-color: rgb(219,213,148); }
div.DivClassName
{
background-color: #DBD594;
}
.BgClassName
{
background-color: #DBD594;
}
</style>
border-color css
<style>
span { border-color: #DBD594; }
span { border-color: rgb(219,213,148); }
td.TdClassName
{
border-color: #DBD594;
}
.TagClassName
{
border-color: #DBD594;
}
</style>