Shades of Primrose #DFDD87
Tints of Primrose #DFDD87
RGB
CMYK
RGB Variations
Color information
#DFDD87 (or 0xDFDD87) is known color: Primrose. HEX triplet: DF, DD and 87. RGB value is (223,221,135). Sum of RGB (Red+Green+Blue) = 223+221+135=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 135 (53.12% from 255 or 23.32% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD87 is #202278. Grayscale: #D4D4D4. Windows color (decimal): -2105977 or 8904159. OLE color: 8904159.
HSL color Cylindrical-coordinate representation of color #DFDD87: hue angle of 58.64º 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 #DFDD87 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 135 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.13 |
| HSL | 58.64º | 0.58% | 0.7% | - |
| HSV(B) | 58.64º | 0.39% | 0.87% | - |
| XYZ | 60.66 | 69.15 | 33.07 | - |
| YUV | 211.79 | 84.66 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 135 | 0 | 0.01 | 0.39 | 0.13 | 58.64 | 0.58 | 0.7 |
| Hex | DF | DD | 87 | 0 | 1 | 27 | D | 3B | 3A | 46 |
| Octal | 337 | 335 | 207 | 0 | 1 | 47 | 15 | 73 | 72 | 106 |
| Binary | 11011111 | 11011101 | 10000111 | 0 | 1 | 100111 | 1101 | 111011 | 111010 | 1000110 |
Color Harmonies of #DFDD87
Complementary color
Monochromatic Colors of #DFDD87
Black with #DFDD87
Text Example
Text Example
White with #DFDD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD87; }
p { color: rgb(223,221,135); }
H1.HeaderClassName
{
color: #DFDD87;
}
.AnyTagClassName
{
color: #DFDD87;
}
</style>
background-color css
<style>
a { background-color: #DFDD87; }
a { background-color: rgb(223,221,135); }
div.DivClassName
{
background-color: #DFDD87;
}
.BgClassName
{
background-color: #DFDD87;
}
</style>
border-color css
<style>
span { border-color: #DFDD87; }
span { border-color: rgb(223,221,135); }
td.TdClassName
{
border-color: #DFDD87;
}
.TagClassName
{
border-color: #DFDD87;
}
</style>