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