Shades of Primrose #DBDF86
Tints of Primrose #DBDF86
RGB
CMYK
RGB Variations
Color information
#DBDF86 (or 0xDBDF86) is known color: Primrose. HEX triplet: DB, DF and 86. RGB value is (219,223,134). Sum of RGB (Red+Green+Blue) = 219+223+134=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 134 (52.73% from 255 or 23.26% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDF86 is #242079. Grayscale: #D4D4D4. Windows color (decimal): -2367610 or 8839131. OLE color: 8839131.
HSL color Cylindrical-coordinate representation of color #DBDF86: hue angle of 62.7º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBDF86 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 134 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.13 |
| HSL | 62.7º | 0.58% | 0.7% | - |
| HSV(B) | 62.7º | 0.4% | 0.87% | - |
| XYZ | 59.9 | 69.56 | 32.82 | - |
| YUV | 211.66 | 84.17 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 134 | 0.02 | 0 | 0.40 | 0.13 | 62.7 | 0.58 | 0.7 |
| Hex | DB | DF | 86 | 2 | 0 | 28 | D | 3F | 3A | 46 |
| Octal | 333 | 337 | 206 | 2 | 0 | 50 | 15 | 77 | 72 | 106 |
| Binary | 11011011 | 11011111 | 10000110 | 10 | 0 | 101000 | 1101 | 111111 | 111010 | 1000110 |
Color Harmonies of #DBDF86
Complementary color
Monochromatic Colors of #DBDF86
Black with #DBDF86
Text Example
Text Example
White with #DBDF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF86; }
p { color: rgb(219,223,134); }
H1.HeaderClassName
{
color: #DBDF86;
}
.AnyTagClassName
{
color: #DBDF86;
}
</style>
background-color css
<style>
a { background-color: #DBDF86; }
a { background-color: rgb(219,223,134); }
div.DivClassName
{
background-color: #DBDF86;
}
.BgClassName
{
background-color: #DBDF86;
}
</style>
border-color css
<style>
span { border-color: #DBDF86; }
span { border-color: rgb(219,223,134); }
td.TdClassName
{
border-color: #DBDF86;
}
.TagClassName
{
border-color: #DBDF86;
}
</style>