Shades of Primrose #DFDA84
Tints of Primrose #DFDA84
RGB
CMYK
RGB Variations
Color information
#DFDA84 (or 0xDFDA84) is known color: Primrose. HEX triplet: DF, DA and 84. RGB value is (223,218,132). Sum of RGB (Red+Green+Blue) = 223+218+132=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 132 (51.95% from 255 or 23.04% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA84 is #20257B. Grayscale: #D2D2D2. Windows color (decimal): -2106748 or 8706783. OLE color: 8706783.
HSL color Cylindrical-coordinate representation of color #DFDA84: hue angle of 56.7º 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 #DFDA84 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 132 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.13 |
| HSL | 56.7º | 0.59% | 0.7% | - |
| HSV(B) | 56.7º | 0.41% | 0.87% | - |
| XYZ | 59.67 | 67.5 | 31.71 | - |
| YUV | 209.69 | 84.16 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 132 | 0 | 0.02 | 0.41 | 0.13 | 56.7 | 0.59 | 0.7 |
| Hex | DF | DA | 84 | 0 | 2 | 29 | D | 39 | 3B | 46 |
| Octal | 337 | 332 | 204 | 0 | 2 | 51 | 15 | 71 | 73 | 106 |
| Binary | 11011111 | 11011010 | 10000100 | 0 | 10 | 101001 | 1101 | 111001 | 111011 | 1000110 |
Color Harmonies of #DFDA84
Complementary color
Monochromatic Colors of #DFDA84
Black with #DFDA84
Text Example
Text Example
White with #DFDA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA84; }
p { color: rgb(223,218,132); }
H1.HeaderClassName
{
color: #DFDA84;
}
.AnyTagClassName
{
color: #DFDA84;
}
</style>
background-color css
<style>
a { background-color: #DFDA84; }
a { background-color: rgb(223,218,132); }
div.DivClassName
{
background-color: #DFDA84;
}
.BgClassName
{
background-color: #DFDA84;
}
</style>
border-color css
<style>
span { border-color: #DFDA84; }
span { border-color: rgb(223,218,132); }
td.TdClassName
{
border-color: #DFDA84;
}
.TagClassName
{
border-color: #DFDA84;
}
</style>