Shades of Primrose #DBDF87
Tints of Primrose #DBDF87
RGB
CMYK
RGB Variations
Color information
#DBDF87 (or 0xDBDF87) is known color: Primrose. HEX triplet: DB, DF and 87. RGB value is (219,223,135). Sum of RGB (Red+Green+Blue) = 219+223+135=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 135 (53.12% from 255 or 23.40% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDF87 is #242078. Grayscale: #D4D4D4. Windows color (decimal): -2367609 or 8904667. OLE color: 8904667.
HSL color Cylindrical-coordinate representation of color #DBDF87: hue angle of 62.73º degrees, saturation: 0.58, 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 #DBDF87 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 135 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.13 |
| HSL | 62.73º | 0.58% | 0.7% | - |
| HSV(B) | 62.73º | 0.39% | 0.87% | - |
| XYZ | 59.97 | 69.58 | 33.19 | - |
| YUV | 211.77 | 84.67 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 135 | 0.02 | 0 | 0.39 | 0.13 | 62.73 | 0.58 | 0.7 |
| Hex | DB | DF | 87 | 2 | 0 | 27 | D | 3F | 3A | 46 |
| Octal | 333 | 337 | 207 | 2 | 0 | 47 | 15 | 77 | 72 | 106 |
| Binary | 11011011 | 11011111 | 10000111 | 10 | 0 | 100111 | 1101 | 111111 | 111010 | 1000110 |
Color Harmonies of #DBDF87
Complementary color
Monochromatic Colors of #DBDF87
Black with #DBDF87
Text Example
Text Example
White with #DBDF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF87; }
p { color: rgb(219,223,135); }
H1.HeaderClassName
{
color: #DBDF87;
}
.AnyTagClassName
{
color: #DBDF87;
}
</style>
background-color css
<style>
a { background-color: #DBDF87; }
a { background-color: rgb(219,223,135); }
div.DivClassName
{
background-color: #DBDF87;
}
.BgClassName
{
background-color: #DBDF87;
}
</style>
border-color css
<style>
span { border-color: #DBDF87; }
span { border-color: rgb(219,223,135); }
td.TdClassName
{
border-color: #DBDF87;
}
.TagClassName
{
border-color: #DBDF87;
}
</style>