Shades of Primrose #DBD488
Tints of Primrose #DBD488
RGB
CMYK
RGB Variations
Color information
#DBD488 (or 0xDBD488) is known color: Primrose. HEX triplet: DB, D4 and 88. RGB value is (219,212,136). Sum of RGB (Red+Green+Blue) = 219+212+136=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 136 (53.52% from 255 or 23.99% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD488 is #242B77. Grayscale: #CDCDCD. Windows color (decimal): -2370424 or 8967387. OLE color: 8967387.
HSL color Cylindrical-coordinate representation of color #DBD488: hue angle of 54.94º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBD488 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 136 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.14 |
| HSL | 54.94º | 0.54% | 0.7% | - |
| HSV(B) | 54.94º | 0.38% | 0.86% | - |
| XYZ | 57.2 | 63.92 | 32.62 | - |
| YUV | 205.43 | 88.82 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 136 | 0 | 0.03 | 0.38 | 0.14 | 54.94 | 0.54 | 0.7 |
| Hex | DB | D4 | 88 | 0 | 3 | 26 | E | 37 | 36 | 46 |
| Octal | 333 | 324 | 210 | 0 | 3 | 46 | 16 | 67 | 66 | 106 |
| Binary | 11011011 | 11010100 | 10001000 | 0 | 11 | 100110 | 1110 | 110111 | 110110 | 1000110 |
Color Harmonies of #DBD488
Complementary color
Monochromatic Colors of #DBD488
Black with #DBD488
Text Example
Text Example
White with #DBD488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD488; }
p { color: rgb(219,212,136); }
H1.HeaderClassName
{
color: #DBD488;
}
.AnyTagClassName
{
color: #DBD488;
}
</style>
background-color css
<style>
a { background-color: #DBD488; }
a { background-color: rgb(219,212,136); }
div.DivClassName
{
background-color: #DBD488;
}
.BgClassName
{
background-color: #DBD488;
}
</style>
border-color css
<style>
span { border-color: #DBD488; }
span { border-color: rgb(219,212,136); }
td.TdClassName
{
border-color: #DBD488;
}
.TagClassName
{
border-color: #DBD488;
}
</style>