Shades of Primrose #DBD994
Tints of Primrose #DBD994
RGB
CMYK
RGB Variations
Color information
#DBD994 (or 0xDBD994) is known color: Primrose. HEX triplet: DB, D9 and 94. RGB value is (219,217,148). Sum of RGB (Red+Green+Blue) = 219+217+148=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD994 is #24266B. Grayscale: #D2D2D2. Windows color (decimal): -2369132 or 9755099. OLE color: 9755099.
HSL color Cylindrical-coordinate representation of color #DBD994: hue angle of 58.31º 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 #DBD994 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 148 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.14 |
| HSL | 58.31º | 0.5% | 0.72% | - |
| HSV(B) | 58.31º | 0.32% | 0.86% | - |
| XYZ | 59.37 | 66.82 | 37.79 | - |
| YUV | 209.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 148 | 0 | 0.01 | 0.32 | 0.14 | 58.31 | 0.5 | 0.72 |
| Hex | DB | D9 | 94 | 0 | 1 | 20 | E | 3A | 32 | 48 |
| Octal | 333 | 331 | 224 | 0 | 1 | 40 | 16 | 72 | 62 | 110 |
| Binary | 11011011 | 11011001 | 10010100 | 0 | 1 | 100000 | 1110 | 111010 | 110010 | 1001000 |
Color Harmonies of #DBD994
Complementary color
Monochromatic Colors of #DBD994
Black with #DBD994
Text Example
Text Example
White with #DBD994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD994; }
p { color: rgb(219,217,148); }
H1.HeaderClassName
{
color: #DBD994;
}
.AnyTagClassName
{
color: #DBD994;
}
</style>
background-color css
<style>
a { background-color: #DBD994; }
a { background-color: rgb(219,217,148); }
div.DivClassName
{
background-color: #DBD994;
}
.BgClassName
{
background-color: #DBD994;
}
</style>
border-color css
<style>
span { border-color: #DBD994; }
span { border-color: rgb(219,217,148); }
td.TdClassName
{
border-color: #DBD994;
}
.TagClassName
{
border-color: #DBD994;
}
</style>