Shades of Primrose #DBD995
Tints of Primrose #DBD995
RGB
CMYK
RGB Variations
Color information
#DBD995 (or 0xDBD995) is known color: Primrose. HEX triplet: DB, D9 and 95. RGB value is (219,217,149). Sum of RGB (Red+Green+Blue) = 219+217+149=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD995 is #24266A. Grayscale: #D2D2D2. Windows color (decimal): -2369131 or 9820635. OLE color: 9820635.
HSL color Cylindrical-coordinate representation of color #DBD995: hue angle of 58.29º 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 #DBD995 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 149 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.14 |
| HSL | 58.29º | 0.49% | 0.72% | - |
| HSV(B) | 58.29º | 0.32% | 0.86% | - |
| XYZ | 59.45 | 66.86 | 38.2 | - |
| YUV | 209.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 149 | 0 | 0.01 | 0.32 | 0.14 | 58.29 | 0.49 | 0.72 |
| Hex | DB | D9 | 95 | 0 | 1 | 20 | E | 3A | 31 | 48 |
| Octal | 333 | 331 | 225 | 0 | 1 | 40 | 16 | 72 | 61 | 110 |
| Binary | 11011011 | 11011001 | 10010101 | 0 | 1 | 100000 | 1110 | 111010 | 110001 | 1001000 |
Color Harmonies of #DBD995
Complementary color
Monochromatic Colors of #DBD995
Black with #DBD995
Text Example
Text Example
White with #DBD995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD995; }
p { color: rgb(219,217,149); }
H1.HeaderClassName
{
color: #DBD995;
}
.AnyTagClassName
{
color: #DBD995;
}
</style>
background-color css
<style>
a { background-color: #DBD995; }
a { background-color: rgb(219,217,149); }
div.DivClassName
{
background-color: #DBD995;
}
.BgClassName
{
background-color: #DBD995;
}
</style>
border-color css
<style>
span { border-color: #DBD995; }
span { border-color: rgb(219,217,149); }
td.TdClassName
{
border-color: #DBD995;
}
.TagClassName
{
border-color: #DBD995;
}
</style>