Shades of Primrose #DFDF87
Tints of Primrose #DFDF87
RGB
CMYK
RGB Variations
Color information
#DFDF87 (or 0xDFDF87) is known color: Primrose. HEX triplet: DF, DF and 87. RGB value is (223,223,135). Sum of RGB (Red+Green+Blue) = 223+223+135=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 135 (53.12% from 255 or 23.24% from 581); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDF87 is #202078. Grayscale: #D5D5D5. Windows color (decimal): -2105465 or 8904671. OLE color: 8904671.
HSL color Cylindrical-coordinate representation of color #DFDF87: hue angle of 60º 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 #DFDF87 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 135 | - |
| CMYK | 0 | 0 | 0.39 | 0.13 |
| HSL | 60º | 0.58% | 0.7% | - |
| HSV(B) | 60º | 0.39% | 0.87% | - |
| XYZ | 61.19 | 70.21 | 33.25 | - |
| YUV | 212.97 | 84 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 135 | 0 | 0 | 0.39 | 0.13 | 60 | 0.58 | 0.7 |
| Hex | DF | DF | 87 | 0 | 0 | 27 | D | 3C | 3A | 46 |
| Octal | 337 | 337 | 207 | 0 | 0 | 47 | 15 | 74 | 72 | 106 |
| Binary | 11011111 | 11011111 | 10000111 | 0 | 0 | 100111 | 1101 | 111100 | 111010 | 1000110 |
Color Harmonies of #DFDF87
Complementary color
Monochromatic Colors of #DFDF87
Black with #DFDF87
Text Example
Text Example
White with #DFDF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF87; }
p { color: rgb(223,223,135); }
H1.HeaderClassName
{
color: #DFDF87;
}
.AnyTagClassName
{
color: #DFDF87;
}
</style>
background-color css
<style>
a { background-color: #DFDF87; }
a { background-color: rgb(223,223,135); }
div.DivClassName
{
background-color: #DFDF87;
}
.BgClassName
{
background-color: #DFDF87;
}
</style>
border-color css
<style>
span { border-color: #DFDF87; }
span { border-color: rgb(223,223,135); }
td.TdClassName
{
border-color: #DFDF87;
}
.TagClassName
{
border-color: #DFDF87;
}
</style>