Shades of Primrose #DBDA94
Tints of Primrose #DBDA94
RGB
CMYK
RGB Variations
Color information
#DBDA94 (or 0xDBDA94) is known color: Primrose. HEX triplet: DB, DA and 94. RGB value is (219,218,148). Sum of RGB (Red+Green+Blue) = 219+218+148=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA94 is #24256B. Grayscale: #D2D2D2. Windows color (decimal): -2368876 or 9755355. OLE color: 9755355.
HSL color Cylindrical-coordinate representation of color #DBDA94: hue angle of 59.15º 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 #DBDA94 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 148 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.14 |
| HSL | 59.15º | 0.5% | 0.72% | - |
| HSV(B) | 59.15º | 0.32% | 0.86% | - |
| XYZ | 59.63 | 67.34 | 37.87 | - |
| YUV | 210.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 148 | 0 | 0.00 | 0.32 | 0.14 | 59.15 | 0.5 | 0.72 |
| Hex | DB | DA | 94 | 0 | 0 | 20 | E | 3B | 32 | 48 |
| Octal | 333 | 332 | 224 | 0 | 0 | 40 | 16 | 73 | 62 | 110 |
| Binary | 11011011 | 11011010 | 10010100 | 0 | 0 | 100000 | 1110 | 111011 | 110010 | 1001000 |
Color Harmonies of #DBDA94
Complementary color
Monochromatic Colors of #DBDA94
Black with #DBDA94
Text Example
Text Example
White with #DBDA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA94; }
p { color: rgb(219,218,148); }
H1.HeaderClassName
{
color: #DBDA94;
}
.AnyTagClassName
{
color: #DBDA94;
}
</style>
background-color css
<style>
a { background-color: #DBDA94; }
a { background-color: rgb(219,218,148); }
div.DivClassName
{
background-color: #DBDA94;
}
.BgClassName
{
background-color: #DBDA94;
}
</style>
border-color css
<style>
span { border-color: #DBDA94; }
span { border-color: rgb(219,218,148); }
td.TdClassName
{
border-color: #DBDA94;
}
.TagClassName
{
border-color: #DBDA94;
}
</style>