Shades of Primrose #DFDC89
Tints of Primrose #DFDC89
RGB
CMYK
RGB Variations
Color information
#DFDC89 (or 0xDFDC89) is known color: Primrose. HEX triplet: DF, DC and 89. RGB value is (223,220,137). Sum of RGB (Red+Green+Blue) = 223+220+137=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 137 (53.91% from 255 or 23.62% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC89 is #202376. Grayscale: #D3D3D3. Windows color (decimal): -2106231 or 9034975. OLE color: 9034975.
HSL color Cylindrical-coordinate representation of color #DFDC89: hue angle of 57.91º 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 #DFDC89 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 137 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.13 |
| HSL | 57.91º | 0.57% | 0.71% | - |
| HSV(B) | 57.91º | 0.39% | 0.87% | - |
| XYZ | 60.54 | 68.68 | 33.73 | - |
| YUV | 211.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 137 | 0 | 0.01 | 0.39 | 0.13 | 57.91 | 0.57 | 0.71 |
| Hex | DF | DC | 89 | 0 | 1 | 27 | D | 3A | 39 | 47 |
| Octal | 337 | 334 | 211 | 0 | 1 | 47 | 15 | 72 | 71 | 107 |
| Binary | 11011111 | 11011100 | 10001001 | 0 | 1 | 100111 | 1101 | 111010 | 111001 | 1000111 |
Color Harmonies of #DFDC89
Complementary color
Monochromatic Colors of #DFDC89
Black with #DFDC89
Text Example
Text Example
White with #DFDC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC89; }
p { color: rgb(223,220,137); }
H1.HeaderClassName
{
color: #DFDC89;
}
.AnyTagClassName
{
color: #DFDC89;
}
</style>
background-color css
<style>
a { background-color: #DFDC89; }
a { background-color: rgb(223,220,137); }
div.DivClassName
{
background-color: #DFDC89;
}
.BgClassName
{
background-color: #DFDC89;
}
</style>
border-color css
<style>
span { border-color: #DFDC89; }
span { border-color: rgb(223,220,137); }
td.TdClassName
{
border-color: #DFDC89;
}
.TagClassName
{
border-color: #DFDC89;
}
</style>