Shades of Primrose #DBDE92
Tints of Primrose #DBDE92
RGB
CMYK
RGB Variations
Color information
#DBDE92 (or 0xDBDE92) is known color: Primrose. HEX triplet: DB, DE and 92. RGB value is (219,222,146). Sum of RGB (Red+Green+Blue) = 219+222+146=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 146 (57.42% from 255 or 24.87% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDE92 is #24216D. Grayscale: #D4D4D4. Windows color (decimal): -2367854 or 9625307. OLE color: 9625307.
HSL color Cylindrical-coordinate representation of color #DBDE92: hue angle of 62.37º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBDE92 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 146 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.13 |
| HSL | 62.37º | 0.54% | 0.72% | - |
| HSV(B) | 62.37º | 0.34% | 0.87% | - |
| XYZ | 60.52 | 69.38 | 37.4 | - |
| YUV | 212.44 | 90.51 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 146 | 0.01 | 0 | 0.34 | 0.13 | 62.37 | 0.54 | 0.72 |
| Hex | DB | DE | 92 | 1 | 0 | 22 | D | 3E | 36 | 48 |
| Octal | 333 | 336 | 222 | 1 | 0 | 42 | 15 | 76 | 66 | 110 |
| Binary | 11011011 | 11011110 | 10010010 | 1 | 0 | 100010 | 1101 | 111110 | 110110 | 1001000 |
Color Harmonies of #DBDE92
Complementary color
Monochromatic Colors of #DBDE92
Black with #DBDE92
Text Example
Text Example
White with #DBDE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE92; }
p { color: rgb(219,222,146); }
H1.HeaderClassName
{
color: #DBDE92;
}
.AnyTagClassName
{
color: #DBDE92;
}
</style>
background-color css
<style>
a { background-color: #DBDE92; }
a { background-color: rgb(219,222,146); }
div.DivClassName
{
background-color: #DBDE92;
}
.BgClassName
{
background-color: #DBDE92;
}
</style>
border-color css
<style>
span { border-color: #DBDE92; }
span { border-color: rgb(219,222,146); }
td.TdClassName
{
border-color: #DBDE92;
}
.TagClassName
{
border-color: #DBDE92;
}
</style>