Shades of Primrose #DBDB87
Tints of Primrose #DBDB87
RGB
CMYK
RGB Variations
Color information
#DBDB87 (or 0xDBDB87) is known color: Primrose. HEX triplet: DB, DB and 87. RGB value is (219,219,135). Sum of RGB (Red+Green+Blue) = 219+219+135=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 135 (53.12% from 255 or 23.56% from 573); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB87 is #242478. Grayscale: #D1D1D1. Windows color (decimal): -2368633 or 8903643. OLE color: 8903643.
HSL color Cylindrical-coordinate representation of color #DBDB87: hue angle of 60º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBDB87 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 135 | - |
CMYK | 0 | 0 | 0.38 | 0.14 |
HSL | 60º | 0.54% | 0.69% | - |
HSV(B) | 60º | 0.38% | 0.86% | - |
XYZ | 58.92 | 67.47 | 32.84 | - |
YUV | 209.42 | 86 | 134.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 135 | 0 | 0 | 0.38 | 0.14 | 60 | 0.54 | 0.69 |
Hex | DB | DB | 87 | 0 | 0 | 26 | E | 3C | 36 | 45 |
Octal | 333 | 333 | 207 | 0 | 0 | 46 | 16 | 74 | 66 | 105 |
Binary | 11011011 | 11011011 | 10000111 | 0 | 0 | 100110 | 1110 | 111100 | 110110 | 1000101 |
Color Harmonies of #DBDB87
Complementary color
Monochromatic Colors of #DBDB87
Black with #DBDB87
Text Example
Text Example
White with #DBDB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB87; }
p { color: rgb(219,219,135); }
H1.HeaderClassName
{
color: #DBDB87;
}
.AnyTagClassName
{
color: #DBDB87;
}
</style>
background-color css
<style>
a { background-color: #DBDB87; }
a { background-color: rgb(219,219,135); }
div.DivClassName
{
background-color: #DBDB87;
}
.BgClassName
{
background-color: #DBDB87;
}
</style>
border-color css
<style>
span { border-color: #DBDB87; }
span { border-color: rgb(219,219,135); }
td.TdClassName
{
border-color: #DBDB87;
}
.TagClassName
{
border-color: #DBDB87;
}
</style>