Shades of Primrose #DBD595
Tints of Primrose #DBD595
RGB
CMYK
RGB Variations
Color information
#DBD595 (or 0xDBD595) is known color: Primrose. HEX triplet: DB, D5 and 95. RGB value is (219,213,149). Sum of RGB (Red+Green+Blue) = 219+213+149=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD595 is #242A6A. Grayscale: #CFCFCF. Windows color (decimal): -2370155 or 9819611. OLE color: 9819611.
HSL color Cylindrical-coordinate representation of color #DBD595: hue angle of 54.86º degrees, saturation: 0.49, 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 #DBD595 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 149 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.14 |
| HSL | 54.86º | 0.49% | 0.72% | - |
| HSV(B) | 54.86º | 0.32% | 0.86% | - |
| XYZ | 58.43 | 64.82 | 37.87 | - |
| YUV | 207.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 149 | 0 | 0.03 | 0.32 | 0.14 | 54.86 | 0.49 | 0.72 |
| Hex | DB | D5 | 95 | 0 | 3 | 20 | E | 37 | 31 | 48 |
| Octal | 333 | 325 | 225 | 0 | 3 | 40 | 16 | 67 | 61 | 110 |
| Binary | 11011011 | 11010101 | 10010101 | 0 | 11 | 100000 | 1110 | 110111 | 110001 | 1001000 |
Color Harmonies of #DBD595
Complementary color
Monochromatic Colors of #DBD595
Black with #DBD595
Text Example
Text Example
White with #DBD595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD595; }
p { color: rgb(219,213,149); }
H1.HeaderClassName
{
color: #DBD595;
}
.AnyTagClassName
{
color: #DBD595;
}
</style>
background-color css
<style>
a { background-color: #DBD595; }
a { background-color: rgb(219,213,149); }
div.DivClassName
{
background-color: #DBD595;
}
.BgClassName
{
background-color: #DBD595;
}
</style>
border-color css
<style>
span { border-color: #DBD595; }
span { border-color: rgb(219,213,149); }
td.TdClassName
{
border-color: #DBD595;
}
.TagClassName
{
border-color: #DBD595;
}
</style>