Shades of Primrose #DBDB89
Tints of Primrose #DBDB89
RGB
CMYK
RGB Variations
Color information
#DBDB89 (or 0xDBDB89) is known color: Primrose. HEX triplet: DB, DB and 89. RGB value is (219,219,137). Sum of RGB (Red+Green+Blue) = 219+219+137=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 137 (53.91% from 255 or 23.83% from 575); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB89 is #242476. Grayscale: #D1D1D1. Windows color (decimal): -2368631 or 9034715. OLE color: 9034715.
HSL color Cylindrical-coordinate representation of color #DBDB89: hue angle of 60º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBDB89 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 137 | - |
CMYK | 0 | 0 | 0.37 | 0.14 |
HSL | 60º | 0.53% | 0.7% | - |
HSV(B) | 60º | 0.37% | 0.86% | - |
XYZ | 59.06 | 67.53 | 33.59 | - |
YUV | 209.65 | 87 | 134.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 137 | 0 | 0 | 0.37 | 0.14 | 60 | 0.53 | 0.7 |
Hex | DB | DB | 89 | 0 | 0 | 25 | E | 3C | 35 | 46 |
Octal | 333 | 333 | 211 | 0 | 0 | 45 | 16 | 74 | 65 | 106 |
Binary | 11011011 | 11011011 | 10001001 | 0 | 0 | 100101 | 1110 | 111100 | 110101 | 1000110 |
Color Harmonies of #DBDB89
Complementary color
Monochromatic Colors of #DBDB89
Black with #DBDB89
Text Example
Text Example
White with #DBDB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB89; }
p { color: rgb(219,219,137); }
H1.HeaderClassName
{
color: #DBDB89;
}
.AnyTagClassName
{
color: #DBDB89;
}
</style>
background-color css
<style>
a { background-color: #DBDB89; }
a { background-color: rgb(219,219,137); }
div.DivClassName
{
background-color: #DBDB89;
}
.BgClassName
{
background-color: #DBDB89;
}
</style>
border-color css
<style>
span { border-color: #DBDB89; }
span { border-color: rgb(219,219,137); }
td.TdClassName
{
border-color: #DBDB89;
}
.TagClassName
{
border-color: #DBDB89;
}
</style>