Shades of Primrose #DFDA89
Tints of Primrose #DFDA89
RGB
CMYK
RGB Variations
Color information
#DFDA89 (or 0xDFDA89) is known color: Primrose. HEX triplet: DF, DA and 89. RGB value is (223,218,137). Sum of RGB (Red+Green+Blue) = 223+218+137=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 137 (53.91% from 255 or 23.70% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA89 is #202576. Grayscale: #D2D2D2. Windows color (decimal): -2106743 or 9034463. OLE color: 9034463.
HSL color Cylindrical-coordinate representation of color #DFDA89: hue angle of 56.51º 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 #DFDA89 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 137 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.13 |
| HSL | 56.51º | 0.57% | 0.71% | - |
| HSV(B) | 56.51º | 0.39% | 0.87% | - |
| XYZ | 60.02 | 67.64 | 33.56 | - |
| YUV | 210.26 | 86.66 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 137 | 0 | 0.02 | 0.39 | 0.13 | 56.51 | 0.57 | 0.71 |
| Hex | DF | DA | 89 | 0 | 2 | 27 | D | 39 | 39 | 47 |
| Octal | 337 | 332 | 211 | 0 | 2 | 47 | 15 | 71 | 71 | 107 |
| Binary | 11011111 | 11011010 | 10001001 | 0 | 10 | 100111 | 1101 | 111001 | 111001 | 1000111 |
Color Harmonies of #DFDA89
Complementary color
Monochromatic Colors of #DFDA89
Black with #DFDA89
Text Example
Text Example
White with #DFDA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA89; }
p { color: rgb(223,218,137); }
H1.HeaderClassName
{
color: #DFDA89;
}
.AnyTagClassName
{
color: #DFDA89;
}
</style>
background-color css
<style>
a { background-color: #DFDA89; }
a { background-color: rgb(223,218,137); }
div.DivClassName
{
background-color: #DFDA89;
}
.BgClassName
{
background-color: #DFDA89;
}
</style>
border-color css
<style>
span { border-color: #DFDA89; }
span { border-color: rgb(223,218,137); }
td.TdClassName
{
border-color: #DFDA89;
}
.TagClassName
{
border-color: #DFDA89;
}
</style>