Shades of Primrose #DBDD88
Tints of Primrose #DBDD88
RGB
CMYK
RGB Variations
Color information
#DBDD88 (or 0xDBDD88) is known color: Primrose. HEX triplet: DB, DD and 88. RGB value is (219,221,136). Sum of RGB (Red+Green+Blue) = 219+221+136=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 136 (53.52% from 255 or 23.61% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD88 is #242277. Grayscale: #D3D3D3. Windows color (decimal): -2368120 or 8969691. OLE color: 8969691.
HSL color Cylindrical-coordinate representation of color #DBDD88: hue angle of 61.41º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBDD88 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 136 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.13 |
| HSL | 61.41º | 0.56% | 0.7% | - |
| HSV(B) | 61.41º | 0.38% | 0.87% | - |
| XYZ | 59.51 | 68.55 | 33.39 | - |
| YUV | 210.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 136 | 0.01 | 0 | 0.38 | 0.13 | 61.41 | 0.56 | 0.7 |
| Hex | DB | DD | 88 | 1 | 0 | 26 | D | 3D | 38 | 46 |
| Octal | 333 | 335 | 210 | 1 | 0 | 46 | 15 | 75 | 70 | 106 |
| Binary | 11011011 | 11011101 | 10001000 | 1 | 0 | 100110 | 1101 | 111101 | 111000 | 1000110 |
Color Harmonies of #DBDD88
Complementary color
Monochromatic Colors of #DBDD88
Black with #DBDD88
Text Example
Text Example
White with #DBDD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD88; }
p { color: rgb(219,221,136); }
H1.HeaderClassName
{
color: #DBDD88;
}
.AnyTagClassName
{
color: #DBDD88;
}
</style>
background-color css
<style>
a { background-color: #DBDD88; }
a { background-color: rgb(219,221,136); }
div.DivClassName
{
background-color: #DBDD88;
}
.BgClassName
{
background-color: #DBDD88;
}
</style>
border-color css
<style>
span { border-color: #DBDD88; }
span { border-color: rgb(219,221,136); }
td.TdClassName
{
border-color: #DBDD88;
}
.TagClassName
{
border-color: #DBDD88;
}
</style>