Shades of Primrose #DBDB95
Tints of Primrose #DBDB95
RGB
CMYK
RGB Variations
Color information
#DBDB95 (or 0xDBDB95) is known color: Primrose. HEX triplet: DB, DB and 95. RGB value is (219,219,149). Sum of RGB (Red+Green+Blue) = 219+219+149=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB95 is #24246A. Grayscale: #D3D3D3. Windows color (decimal): -2368619 or 9821147. OLE color: 9821147.
HSL color Cylindrical-coordinate representation of color #DBDB95: hue angle of 60º 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 #DBDB95 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 149 | - |
| CMYK | 0 | 0 | 0.32 | 0.14 |
| HSL | 60º | 0.49% | 0.72% | - |
| HSV(B) | 60º | 0.32% | 0.86% | - |
| XYZ | 59.97 | 67.89 | 38.38 | - |
| YUV | 211.02 | 93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 149 | 0 | 0 | 0.32 | 0.14 | 60 | 0.49 | 0.72 |
| Hex | DB | DB | 95 | 0 | 0 | 20 | E | 3C | 31 | 48 |
| Octal | 333 | 333 | 225 | 0 | 0 | 40 | 16 | 74 | 61 | 110 |
| Binary | 11011011 | 11011011 | 10010101 | 0 | 0 | 100000 | 1110 | 111100 | 110001 | 1001000 |
Color Harmonies of #DBDB95
Complementary color
Monochromatic Colors of #DBDB95
Black with #DBDB95
Text Example
Text Example
White with #DBDB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB95; }
p { color: rgb(219,219,149); }
H1.HeaderClassName
{
color: #DBDB95;
}
.AnyTagClassName
{
color: #DBDB95;
}
</style>
background-color css
<style>
a { background-color: #DBDB95; }
a { background-color: rgb(219,219,149); }
div.DivClassName
{
background-color: #DBDB95;
}
.BgClassName
{
background-color: #DBDB95;
}
</style>
border-color css
<style>
span { border-color: #DBDB95; }
span { border-color: rgb(219,219,149); }
td.TdClassName
{
border-color: #DBDB95;
}
.TagClassName
{
border-color: #DBDB95;
}
</style>