Shades of Primrose #DBDE99
Tints of Primrose #DBDE99
RGB
CMYK
RGB Variations
Color information
#DBDE99 (or 0xDBDE99) is known color: Primrose. HEX triplet: DB, DE and 99. RGB value is (219,222,153). Sum of RGB (Red+Green+Blue) = 219+222+153=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 153 (60.16% from 255 or 25.76% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDE99 is #242166. Grayscale: #D5D5D5. Windows color (decimal): -2367847 or 10084059. OLE color: 10084059.
HSL color Cylindrical-coordinate representation of color #DBDE99: hue angle of 62.61º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBDE99 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 153 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.13 |
| HSL | 62.61º | 0.51% | 0.74% | - |
| HSV(B) | 62.61º | 0.31% | 0.87% | - |
| XYZ | 61.08 | 69.6 | 40.35 | - |
| YUV | 213.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 153 | 0.01 | 0 | 0.31 | 0.13 | 62.61 | 0.51 | 0.74 |
| Hex | DB | DE | 99 | 1 | 0 | 1F | D | 3F | 33 | 4A |
| Octal | 333 | 336 | 231 | 1 | 0 | 37 | 15 | 77 | 63 | 112 |
| Binary | 11011011 | 11011110 | 10011001 | 1 | 0 | 11111 | 1101 | 111111 | 110011 | 1001010 |
Color Harmonies of #DBDE99
Complementary color
Monochromatic Colors of #DBDE99
Black with #DBDE99
Text Example
Text Example
White with #DBDE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE99; }
p { color: rgb(219,222,153); }
H1.HeaderClassName
{
color: #DBDE99;
}
.AnyTagClassName
{
color: #DBDE99;
}
</style>
background-color css
<style>
a { background-color: #DBDE99; }
a { background-color: rgb(219,222,153); }
div.DivClassName
{
background-color: #DBDE99;
}
.BgClassName
{
background-color: #DBDE99;
}
</style>
border-color css
<style>
span { border-color: #DBDE99; }
span { border-color: rgb(219,222,153); }
td.TdClassName
{
border-color: #DBDE99;
}
.TagClassName
{
border-color: #DBDE99;
}
</style>