Shades of Primrose #DBDC96
Tints of Primrose #DBDC96
RGB
CMYK
RGB Variations
Color information
#DBDC96 (or 0xDBDC96) is known color: Primrose. HEX triplet: DB, DC and 96. RGB value is (219,220,150). Sum of RGB (Red+Green+Blue) = 219+220+150=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC96 is #242369. Grayscale: #D4D4D4. Windows color (decimal): -2368362 or 9886939. OLE color: 9886939.
HSL color Cylindrical-coordinate representation of color #DBDC96: hue angle of 60.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBDC96 is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 150 | - |
| CMYK | 0.00 | 0 | 0.32 | 0.14 |
| HSL | 60.86º | 0.5% | 0.73% | - |
| HSV(B) | 60.86º | 0.32% | 0.86% | - |
| XYZ | 60.31 | 68.45 | 38.89 | - |
| YUV | 211.72 | 93.17 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 150 | 0.00 | 0 | 0.32 | 0.14 | 60.86 | 0.5 | 0.73 |
| Hex | DB | DC | 96 | 0 | 0 | 20 | E | 3D | 32 | 49 |
| Octal | 333 | 334 | 226 | 0 | 0 | 40 | 16 | 75 | 62 | 111 |
| Binary | 11011011 | 11011100 | 10010110 | 0 | 0 | 100000 | 1110 | 111101 | 110010 | 1001001 |
Color Harmonies of #DBDC96
Complementary color
Monochromatic Colors of #DBDC96
Black with #DBDC96
Text Example
Text Example
White with #DBDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC96; }
p { color: rgb(219,220,150); }
H1.HeaderClassName
{
color: #DBDC96;
}
.AnyTagClassName
{
color: #DBDC96;
}
</style>
background-color css
<style>
a { background-color: #DBDC96; }
a { background-color: rgb(219,220,150); }
div.DivClassName
{
background-color: #DBDC96;
}
.BgClassName
{
background-color: #DBDC96;
}
</style>
border-color css
<style>
span { border-color: #DBDC96; }
span { border-color: rgb(219,220,150); }
td.TdClassName
{
border-color: #DBDC96;
}
.TagClassName
{
border-color: #DBDC96;
}
</style>