Shades of Primrose #DBDD92
Tints of Primrose #DBDD92
RGB
CMYK
RGB Variations
Color information
#DBDD92 (or 0xDBDD92) is known color: Primrose. HEX triplet: DB, DD and 92. RGB value is (219,221,146). Sum of RGB (Red+Green+Blue) = 219+221+146=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 146 (57.42% from 255 or 24.91% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD92 is #24226D. Grayscale: #D4D4D4. Windows color (decimal): -2368110 or 9625051. OLE color: 9625051.
HSL color Cylindrical-coordinate representation of color #DBDD92: hue angle of 61.6º degrees, saturation: 0.52, 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 #DBDD92 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 146 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.13 |
| HSL | 61.6º | 0.52% | 0.72% | - |
| HSV(B) | 61.6º | 0.34% | 0.87% | - |
| XYZ | 60.26 | 68.85 | 37.31 | - |
| YUV | 211.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 146 | 0.01 | 0 | 0.34 | 0.13 | 61.6 | 0.52 | 0.72 |
| Hex | DB | DD | 92 | 1 | 0 | 22 | D | 3E | 34 | 48 |
| Octal | 333 | 335 | 222 | 1 | 0 | 42 | 15 | 76 | 64 | 110 |
| Binary | 11011011 | 11011101 | 10010010 | 1 | 0 | 100010 | 1101 | 111110 | 110100 | 1001000 |
Color Harmonies of #DBDD92
Complementary color
Monochromatic Colors of #DBDD92
Black with #DBDD92
Text Example
Text Example
White with #DBDD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD92; }
p { color: rgb(219,221,146); }
H1.HeaderClassName
{
color: #DBDD92;
}
.AnyTagClassName
{
color: #DBDD92;
}
</style>
background-color css
<style>
a { background-color: #DBDD92; }
a { background-color: rgb(219,221,146); }
div.DivClassName
{
background-color: #DBDD92;
}
.BgClassName
{
background-color: #DBDD92;
}
</style>
border-color css
<style>
span { border-color: #DBDD92; }
span { border-color: rgb(219,221,146); }
td.TdClassName
{
border-color: #DBDD92;
}
.TagClassName
{
border-color: #DBDD92;
}
</style>