Shades of Primrose #DBDC99
Tints of Primrose #DBDC99
RGB
CMYK
RGB Variations
Color information
#DBDC99 (or 0xDBDC99) is known color: Primrose. HEX triplet: DB, DC and 99. RGB value is (219,220,153). Sum of RGB (Red+Green+Blue) = 219+220+153=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 153 (60.16% from 255 or 25.84% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC99 is #242366. Grayscale: #D4D4D4. Windows color (decimal): -2368359 or 10083547. OLE color: 10083547.
HSL color Cylindrical-coordinate representation of color #DBDC99: hue angle of 60.9º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBDC99 is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 153 | - |
| CMYK | 0.00 | 0 | 0.30 | 0.14 |
| HSL | 60.9º | 0.49% | 0.73% | - |
| HSV(B) | 60.9º | 0.3% | 0.86% | - |
| XYZ | 60.56 | 68.55 | 40.18 | - |
| YUV | 212.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 153 | 0.00 | 0 | 0.30 | 0.14 | 60.9 | 0.49 | 0.73 |
| Hex | DB | DC | 99 | 0 | 0 | 1E | E | 3D | 31 | 49 |
| Octal | 333 | 334 | 231 | 0 | 0 | 36 | 16 | 75 | 61 | 111 |
| Binary | 11011011 | 11011100 | 10011001 | 0 | 0 | 11110 | 1110 | 111101 | 110001 | 1001001 |
Color Harmonies of #DBDC99
Complementary color
Monochromatic Colors of #DBDC99
Black with #DBDC99
Text Example
Text Example
White with #DBDC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC99; }
p { color: rgb(219,220,153); }
H1.HeaderClassName
{
color: #DBDC99;
}
.AnyTagClassName
{
color: #DBDC99;
}
</style>
background-color css
<style>
a { background-color: #DBDC99; }
a { background-color: rgb(219,220,153); }
div.DivClassName
{
background-color: #DBDC99;
}
.BgClassName
{
background-color: #DBDC99;
}
</style>
border-color css
<style>
span { border-color: #DBDC99; }
span { border-color: rgb(219,220,153); }
td.TdClassName
{
border-color: #DBDC99;
}
.TagClassName
{
border-color: #DBDC99;
}
</style>