Shades of Primrose #DBDD86
Tints of Primrose #DBDD86
RGB
CMYK
RGB Variations
Color information
#DBDD86 (or 0xDBDD86) is known color: Primrose. HEX triplet: DB, DD and 86. RGB value is (219,221,134). Sum of RGB (Red+Green+Blue) = 219+221+134=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 134 (52.73% from 255 or 23.34% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD86 is #242279. Grayscale: #D2D2D2. Windows color (decimal): -2368122 or 8838619. OLE color: 8838619.
HSL color Cylindrical-coordinate representation of color #DBDD86: hue angle of 61.38º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBDD86 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 134 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.13 |
| HSL | 61.38º | 0.56% | 0.7% | - |
| HSV(B) | 61.38º | 0.39% | 0.87% | - |
| XYZ | 59.37 | 68.49 | 32.65 | - |
| YUV | 210.48 | 84.84 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 134 | 0.01 | 0 | 0.39 | 0.13 | 61.38 | 0.56 | 0.7 |
| Hex | DB | DD | 86 | 1 | 0 | 27 | D | 3D | 38 | 46 |
| Octal | 333 | 335 | 206 | 1 | 0 | 47 | 15 | 75 | 70 | 106 |
| Binary | 11011011 | 11011101 | 10000110 | 1 | 0 | 100111 | 1101 | 111101 | 111000 | 1000110 |
Color Harmonies of #DBDD86
Complementary color
Monochromatic Colors of #DBDD86
Black with #DBDD86
Text Example
Text Example
White with #DBDD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD86; }
p { color: rgb(219,221,134); }
H1.HeaderClassName
{
color: #DBDD86;
}
.AnyTagClassName
{
color: #DBDD86;
}
</style>
background-color css
<style>
a { background-color: #DBDD86; }
a { background-color: rgb(219,221,134); }
div.DivClassName
{
background-color: #DBDD86;
}
.BgClassName
{
background-color: #DBDD86;
}
</style>
border-color css
<style>
span { border-color: #DBDD86; }
span { border-color: rgb(219,221,134); }
td.TdClassName
{
border-color: #DBDD86;
}
.TagClassName
{
border-color: #DBDD86;
}
</style>