Shades of Primrose #DFDD89
Tints of Primrose #DFDD89
RGB
CMYK
RGB Variations
Color information
#DFDD89 (or 0xDFDD89) is known color: Primrose. HEX triplet: DF, DD and 89. RGB value is (223,221,137). Sum of RGB (Red+Green+Blue) = 223+221+137=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 137 (53.91% from 255 or 23.58% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD89 is #202276. Grayscale: #D4D4D4. Windows color (decimal): -2105975 or 9035231. OLE color: 9035231.
HSL color Cylindrical-coordinate representation of color #DFDD89: hue angle of 58.6º 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 #DFDD89 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 137 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.13 |
| HSL | 58.6º | 0.57% | 0.71% | - |
| HSV(B) | 58.6º | 0.39% | 0.87% | - |
| XYZ | 60.8 | 69.21 | 33.82 | - |
| YUV | 212.02 | 85.66 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 137 | 0 | 0.01 | 0.39 | 0.13 | 58.6 | 0.57 | 0.71 |
| Hex | DF | DD | 89 | 0 | 1 | 27 | D | 3B | 39 | 47 |
| Octal | 337 | 335 | 211 | 0 | 1 | 47 | 15 | 73 | 71 | 107 |
| Binary | 11011111 | 11011101 | 10001001 | 0 | 1 | 100111 | 1101 | 111011 | 111001 | 1000111 |
Color Harmonies of #DFDD89
Complementary color
Monochromatic Colors of #DFDD89
Black with #DFDD89
Text Example
Text Example
White with #DFDD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD89; }
p { color: rgb(223,221,137); }
H1.HeaderClassName
{
color: #DFDD89;
}
.AnyTagClassName
{
color: #DFDD89;
}
</style>
background-color css
<style>
a { background-color: #DFDD89; }
a { background-color: rgb(223,221,137); }
div.DivClassName
{
background-color: #DFDD89;
}
.BgClassName
{
background-color: #DFDD89;
}
</style>
border-color css
<style>
span { border-color: #DFDD89; }
span { border-color: rgb(223,221,137); }
td.TdClassName
{
border-color: #DFDD89;
}
.TagClassName
{
border-color: #DFDD89;
}
</style>