Shades of Primrose #DFDC84
Tints of Primrose #DFDC84
RGB
CMYK
RGB Variations
Color information
#DFDC84 (or 0xDFDC84) is known color: Primrose. HEX triplet: DF, DC and 84. RGB value is (223,220,132). Sum of RGB (Red+Green+Blue) = 223+220+132=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 132 (51.95% from 255 or 22.96% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC84 is #20237B. Grayscale: #D3D3D3. Windows color (decimal): -2106236 or 8707295. OLE color: 8707295.
HSL color Cylindrical-coordinate representation of color #DFDC84: hue angle of 58.02º 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 #DFDC84 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 132 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.13 |
| HSL | 58.02º | 0.59% | 0.7% | - |
| HSV(B) | 58.02º | 0.41% | 0.87% | - |
| XYZ | 60.19 | 68.54 | 31.89 | - |
| YUV | 210.87 | 83.49 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 132 | 0 | 0.01 | 0.41 | 0.13 | 58.02 | 0.59 | 0.7 |
| Hex | DF | DC | 84 | 0 | 1 | 29 | D | 3A | 3B | 46 |
| Octal | 337 | 334 | 204 | 0 | 1 | 51 | 15 | 72 | 73 | 106 |
| Binary | 11011111 | 11011100 | 10000100 | 0 | 1 | 101001 | 1101 | 111010 | 111011 | 1000110 |
Color Harmonies of #DFDC84
Complementary color
Monochromatic Colors of #DFDC84
Black with #DFDC84
Text Example
Text Example
White with #DFDC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC84; }
p { color: rgb(223,220,132); }
H1.HeaderClassName
{
color: #DFDC84;
}
.AnyTagClassName
{
color: #DFDC84;
}
</style>
background-color css
<style>
a { background-color: #DFDC84; }
a { background-color: rgb(223,220,132); }
div.DivClassName
{
background-color: #DFDC84;
}
.BgClassName
{
background-color: #DFDC84;
}
</style>
border-color css
<style>
span { border-color: #DFDC84; }
span { border-color: rgb(223,220,132); }
td.TdClassName
{
border-color: #DFDC84;
}
.TagClassName
{
border-color: #DFDC84;
}
</style>