Shades of Primrose #DBDA92
Tints of Primrose #DBDA92
RGB
CMYK
RGB Variations
Color information
#DBDA92 (or 0xDBDA92) is known color: Primrose. HEX triplet: DB, DA and 92. RGB value is (219,218,146). Sum of RGB (Red+Green+Blue) = 219+218+146=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 146 (57.42% from 255 or 25.04% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA92 is #24256D. Grayscale: #D2D2D2. Windows color (decimal): -2368878 or 9624283. OLE color: 9624283.
HSL color Cylindrical-coordinate representation of color #DBDA92: hue angle of 59.18º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBDA92 is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 146 | - |
| CMYK | 0 | 0.00 | 0.33 | 0.14 |
| HSL | 59.18º | 0.5% | 0.72% | - |
| HSV(B) | 59.18º | 0.33% | 0.86% | - |
| XYZ | 59.47 | 67.28 | 37.05 | - |
| YUV | 210.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 146 | 0 | 0.00 | 0.33 | 0.14 | 59.18 | 0.5 | 0.72 |
| Hex | DB | DA | 92 | 0 | 0 | 21 | E | 3B | 32 | 48 |
| Octal | 333 | 332 | 222 | 0 | 0 | 41 | 16 | 73 | 62 | 110 |
| Binary | 11011011 | 11011010 | 10010010 | 0 | 0 | 100001 | 1110 | 111011 | 110010 | 1001000 |
Color Harmonies of #DBDA92
Complementary color
Monochromatic Colors of #DBDA92
Black with #DBDA92
Text Example
Text Example
White with #DBDA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA92; }
p { color: rgb(219,218,146); }
H1.HeaderClassName
{
color: #DBDA92;
}
.AnyTagClassName
{
color: #DBDA92;
}
</style>
background-color css
<style>
a { background-color: #DBDA92; }
a { background-color: rgb(219,218,146); }
div.DivClassName
{
background-color: #DBDA92;
}
.BgClassName
{
background-color: #DBDA92;
}
</style>
border-color css
<style>
span { border-color: #DBDA92; }
span { border-color: rgb(219,218,146); }
td.TdClassName
{
border-color: #DBDA92;
}
.TagClassName
{
border-color: #DBDA92;
}
</style>