Shades of Primrose #DBDC88
Tints of Primrose #DBDC88
RGB
CMYK
RGB Variations
Color information
#DBDC88 (or 0xDBDC88) is known color: Primrose. HEX triplet: DB, DC and 88. RGB value is (219,220,136). Sum of RGB (Red+Green+Blue) = 219+220+136=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 136 (53.52% from 255 or 23.65% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC88 is #242377. Grayscale: #D2D2D2. Windows color (decimal): -2368376 or 8969435. OLE color: 8969435.
HSL color Cylindrical-coordinate representation of color #DBDC88: hue angle of 60.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBDC88 is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 136 | - |
| CMYK | 0.00 | 0 | 0.38 | 0.14 |
| HSL | 60.71º | 0.55% | 0.7% | - |
| HSV(B) | 60.71º | 0.38% | 0.86% | - |
| XYZ | 59.25 | 68.02 | 33.3 | - |
| YUV | 210.13 | 86.17 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 136 | 0.00 | 0 | 0.38 | 0.14 | 60.71 | 0.55 | 0.7 |
| Hex | DB | DC | 88 | 0 | 0 | 26 | E | 3D | 37 | 46 |
| Octal | 333 | 334 | 210 | 0 | 0 | 46 | 16 | 75 | 67 | 106 |
| Binary | 11011011 | 11011100 | 10001000 | 0 | 0 | 100110 | 1110 | 111101 | 110111 | 1000110 |
Color Harmonies of #DBDC88
Complementary color
Monochromatic Colors of #DBDC88
Black with #DBDC88
Text Example
Text Example
White with #DBDC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC88; }
p { color: rgb(219,220,136); }
H1.HeaderClassName
{
color: #DBDC88;
}
.AnyTagClassName
{
color: #DBDC88;
}
</style>
background-color css
<style>
a { background-color: #DBDC88; }
a { background-color: rgb(219,220,136); }
div.DivClassName
{
background-color: #DBDC88;
}
.BgClassName
{
background-color: #DBDC88;
}
</style>
border-color css
<style>
span { border-color: #DBDC88; }
span { border-color: rgb(219,220,136); }
td.TdClassName
{
border-color: #DBDC88;
}
.TagClassName
{
border-color: #DBDC88;
}
</style>