Shades of Primrose #DBDB8A
Tints of Primrose #DBDB8A
RGB
CMYK
RGB Variations
Color information
#DBDB8A (or 0xDBDB8A) is known color: Primrose. HEX triplet: DB, DB and 8A. RGB value is (219,219,138). Sum of RGB (Red+Green+Blue) = 219+219+138=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB8A is #242475. Grayscale: #D2D2D2. Windows color (decimal): -2368630 or 9100251. OLE color: 9100251.
HSL color Cylindrical-coordinate representation of color #DBDB8A: 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 #DBDB8A is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 138 | - |
| CMYK | 0 | 0 | 0.37 | 0.14 |
| HSL | 60º | 0.53% | 0.7% | - |
| HSV(B) | 60º | 0.37% | 0.86% | - |
| XYZ | 59.13 | 67.56 | 33.97 | - |
| YUV | 209.77 | 87.5 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 138 | 0 | 0 | 0.37 | 0.14 | 60 | 0.53 | 0.7 |
| Hex | DB | DB | 8A | 0 | 0 | 25 | E | 3C | 35 | 46 |
| Octal | 333 | 333 | 212 | 0 | 0 | 45 | 16 | 74 | 65 | 106 |
| Binary | 11011011 | 11011011 | 10001010 | 0 | 0 | 100101 | 1110 | 111100 | 110101 | 1000110 |
Color Harmonies of #DBDB8A
Complementary color
Monochromatic Colors of #DBDB8A
Black with #DBDB8A
Text Example
Text Example
White with #DBDB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB8A; }
p { color: rgb(219,219,138); }
H1.HeaderClassName
{
color: #DBDB8A;
}
.AnyTagClassName
{
color: #DBDB8A;
}
</style>
background-color css
<style>
a { background-color: #DBDB8A; }
a { background-color: rgb(219,219,138); }
div.DivClassName
{
background-color: #DBDB8A;
}
.BgClassName
{
background-color: #DBDB8A;
}
</style>
border-color css
<style>
span { border-color: #DBDB8A; }
span { border-color: rgb(219,219,138); }
td.TdClassName
{
border-color: #DBDB8A;
}
.TagClassName
{
border-color: #DBDB8A;
}
</style>