Shades of Primrose #DBD794
Tints of Primrose #DBD794
RGB
CMYK
RGB Variations
Color information
#DBD794 (or 0xDBD794) is known color: Primrose. HEX triplet: DB, D7 and 94. RGB value is (219,215,148). Sum of RGB (Red+Green+Blue) = 219+215+148=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD794 is #24286B. Grayscale: #D0D0D0. Windows color (decimal): -2369644 or 9754587. OLE color: 9754587.
HSL color Cylindrical-coordinate representation of color #DBD794: hue angle of 56.62º 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 #DBD794 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 148 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.14 |
| HSL | 56.62º | 0.5% | 0.72% | - |
| HSV(B) | 56.62º | 0.32% | 0.86% | - |
| XYZ | 58.86 | 65.8 | 37.62 | - |
| YUV | 208.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 148 | 0 | 0.02 | 0.32 | 0.14 | 56.62 | 0.5 | 0.72 |
| Hex | DB | D7 | 94 | 0 | 2 | 20 | E | 39 | 32 | 48 |
| Octal | 333 | 327 | 224 | 0 | 2 | 40 | 16 | 71 | 62 | 110 |
| Binary | 11011011 | 11010111 | 10010100 | 0 | 10 | 100000 | 1110 | 111001 | 110010 | 1001000 |
Color Harmonies of #DBD794
Complementary color
Monochromatic Colors of #DBD794
Black with #DBD794
Text Example
Text Example
White with #DBD794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD794; }
p { color: rgb(219,215,148); }
H1.HeaderClassName
{
color: #DBD794;
}
.AnyTagClassName
{
color: #DBD794;
}
</style>
background-color css
<style>
a { background-color: #DBD794; }
a { background-color: rgb(219,215,148); }
div.DivClassName
{
background-color: #DBD794;
}
.BgClassName
{
background-color: #DBD794;
}
</style>
border-color css
<style>
span { border-color: #DBD794; }
span { border-color: rgb(219,215,148); }
td.TdClassName
{
border-color: #DBD794;
}
.TagClassName
{
border-color: #DBD794;
}
</style>