Shades of Primrose #DBDA95
Tints of Primrose #DBDA95
RGB
CMYK
RGB Variations
Color information
#DBDA95 (or 0xDBDA95) is known color: Primrose. HEX triplet: DB, DA and 95. RGB value is (219,218,149). Sum of RGB (Red+Green+Blue) = 219+218+149=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA95 is #24256A. Grayscale: #D2D2D2. Windows color (decimal): -2368875 or 9820891. OLE color: 9820891.
HSL color Cylindrical-coordinate representation of color #DBDA95: hue angle of 59.14º 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 #DBDA95 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 149 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.14 |
| HSL | 59.14º | 0.49% | 0.72% | - |
| HSV(B) | 59.14º | 0.32% | 0.86% | - |
| XYZ | 59.71 | 67.37 | 38.29 | - |
| YUV | 210.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 149 | 0 | 0.00 | 0.32 | 0.14 | 59.14 | 0.49 | 0.72 |
| Hex | DB | DA | 95 | 0 | 0 | 20 | E | 3B | 31 | 48 |
| Octal | 333 | 332 | 225 | 0 | 0 | 40 | 16 | 73 | 61 | 110 |
| Binary | 11011011 | 11011010 | 10010101 | 0 | 0 | 100000 | 1110 | 111011 | 110001 | 1001000 |
Color Harmonies of #DBDA95
Complementary color
Monochromatic Colors of #DBDA95
Black with #DBDA95
Text Example
Text Example
White with #DBDA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA95; }
p { color: rgb(219,218,149); }
H1.HeaderClassName
{
color: #DBDA95;
}
.AnyTagClassName
{
color: #DBDA95;
}
</style>
background-color css
<style>
a { background-color: #DBDA95; }
a { background-color: rgb(219,218,149); }
div.DivClassName
{
background-color: #DBDA95;
}
.BgClassName
{
background-color: #DBDA95;
}
</style>
border-color css
<style>
span { border-color: #DBDA95; }
span { border-color: rgb(219,218,149); }
td.TdClassName
{
border-color: #DBDA95;
}
.TagClassName
{
border-color: #DBDA95;
}
</style>