Shades of Primrose #DBDD98
Tints of Primrose #DBDD98
RGB
CMYK
RGB Variations
Color information
#DBDD98 (or 0xDBDD98) is known color: Primrose. HEX triplet: DB, DD and 98. RGB value is (219,221,152). Sum of RGB (Red+Green+Blue) = 219+221+152=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 152 (59.77% from 255 or 25.68% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD98 is #242267. Grayscale: #D4D4D4. Windows color (decimal): -2368104 or 10018267. OLE color: 10018267.
HSL color Cylindrical-coordinate representation of color #DBDD98: hue angle of 61.74º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBDD98 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 152 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.13 |
| HSL | 61.74º | 0.5% | 0.73% | - |
| HSV(B) | 61.74º | 0.31% | 0.87% | - |
| XYZ | 60.74 | 69.04 | 39.83 | - |
| YUV | 212.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 152 | 0.01 | 0 | 0.31 | 0.13 | 61.74 | 0.5 | 0.73 |
| Hex | DB | DD | 98 | 1 | 0 | 1F | D | 3E | 32 | 49 |
| Octal | 333 | 335 | 230 | 1 | 0 | 37 | 15 | 76 | 62 | 111 |
| Binary | 11011011 | 11011101 | 10011000 | 1 | 0 | 11111 | 1101 | 111110 | 110010 | 1001001 |
Color Harmonies of #DBDD98
Complementary color
Monochromatic Colors of #DBDD98
Black with #DBDD98
Text Example
Text Example
White with #DBDD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD98; }
p { color: rgb(219,221,152); }
H1.HeaderClassName
{
color: #DBDD98;
}
.AnyTagClassName
{
color: #DBDD98;
}
</style>
background-color css
<style>
a { background-color: #DBDD98; }
a { background-color: rgb(219,221,152); }
div.DivClassName
{
background-color: #DBDD98;
}
.BgClassName
{
background-color: #DBDD98;
}
</style>
border-color css
<style>
span { border-color: #DBDD98; }
span { border-color: rgb(219,221,152); }
td.TdClassName
{
border-color: #DBDD98;
}
.TagClassName
{
border-color: #DBDD98;
}
</style>