Shades of Primrose #DFD684
Tints of Primrose #DFD684
RGB
CMYK
RGB Variations
Color information
#DFD684 (or 0xDFD684) is known color: Primrose. HEX triplet: DF, D6 and 84. RGB value is (223,214,132). Sum of RGB (Red+Green+Blue) = 223+214+132=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD684 is #20297B. Grayscale: #CFCFCF. Windows color (decimal): -2107772 or 8705759. OLE color: 8705759.
HSL color Cylindrical-coordinate representation of color #DFD684: hue angle of 54.07º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFD684 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 132 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.13 |
| HSL | 54.07º | 0.59% | 0.7% | - |
| HSV(B) | 54.07º | 0.41% | 0.87% | - |
| XYZ | 58.64 | 65.45 | 31.37 | - |
| YUV | 207.34 | 85.48 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 132 | 0 | 0.04 | 0.41 | 0.13 | 54.07 | 0.59 | 0.7 |
| Hex | DF | D6 | 84 | 0 | 4 | 29 | D | 36 | 3B | 46 |
| Octal | 337 | 326 | 204 | 0 | 4 | 51 | 15 | 66 | 73 | 106 |
| Binary | 11011111 | 11010110 | 10000100 | 0 | 100 | 101001 | 1101 | 110110 | 111011 | 1000110 |
Color Harmonies of #DFD684
Complementary color
Monochromatic Colors of #DFD684
Black with #DFD684
Text Example
Text Example
White with #DFD684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD684; }
p { color: rgb(223,214,132); }
H1.HeaderClassName
{
color: #DFD684;
}
.AnyTagClassName
{
color: #DFD684;
}
</style>
background-color css
<style>
a { background-color: #DFD684; }
a { background-color: rgb(223,214,132); }
div.DivClassName
{
background-color: #DFD684;
}
.BgClassName
{
background-color: #DFD684;
}
</style>
border-color css
<style>
span { border-color: #DFD684; }
span { border-color: rgb(223,214,132); }
td.TdClassName
{
border-color: #DFD684;
}
.TagClassName
{
border-color: #DFD684;
}
</style>