Shades of Primrose #DFD689
Tints of Primrose #DFD689
RGB
CMYK
RGB Variations
Color information
#DFD689 (or 0xDFD689) is known color: Primrose. HEX triplet: DF, D6 and 89. RGB value is (223,214,137). Sum of RGB (Red+Green+Blue) = 223+214+137=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 137 (53.91% from 255 or 23.87% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD689 is #202976. Grayscale: #D0D0D0. Windows color (decimal): -2107767 or 9033439. OLE color: 9033439.
HSL color Cylindrical-coordinate representation of color #DFD689: hue angle of 53.72º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFD689 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 137 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.13 |
| HSL | 53.72º | 0.57% | 0.71% | - |
| HSV(B) | 53.72º | 0.39% | 0.87% | - |
| XYZ | 58.99 | 65.59 | 33.22 | - |
| YUV | 207.91 | 87.98 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 137 | 0 | 0.04 | 0.39 | 0.13 | 53.72 | 0.57 | 0.71 |
| Hex | DF | D6 | 89 | 0 | 4 | 27 | D | 36 | 39 | 47 |
| Octal | 337 | 326 | 211 | 0 | 4 | 47 | 15 | 66 | 71 | 107 |
| Binary | 11011111 | 11010110 | 10001001 | 0 | 100 | 100111 | 1101 | 110110 | 111001 | 1000111 |
Color Harmonies of #DFD689
Complementary color
Monochromatic Colors of #DFD689
Black with #DFD689
Text Example
Text Example
White with #DFD689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD689; }
p { color: rgb(223,214,137); }
H1.HeaderClassName
{
color: #DFD689;
}
.AnyTagClassName
{
color: #DFD689;
}
</style>
background-color css
<style>
a { background-color: #DFD689; }
a { background-color: rgb(223,214,137); }
div.DivClassName
{
background-color: #DFD689;
}
.BgClassName
{
background-color: #DFD689;
}
</style>
border-color css
<style>
span { border-color: #DFD689; }
span { border-color: rgb(223,214,137); }
td.TdClassName
{
border-color: #DFD689;
}
.TagClassName
{
border-color: #DFD689;
}
</style>