Shades of Primrose #DCDC84
Tints of Primrose #DCDC84
RGB
CMYK
RGB Variations
Color information
#DCDC84 (or 0xDCDC84) is known color: Primrose. HEX triplet: DC, DC and 84. RGB value is (220,220,132). Sum of RGB (Red+Green+Blue) = 220+220+132=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 132 (51.95% from 255 or 23.08% from 572); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDC84 is #23237B. Grayscale: #D2D2D2. Windows color (decimal): -2302844 or 8707292. OLE color: 8707292.
HSL color Cylindrical-coordinate representation of color #DCDC84: hue angle of 60º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCDC84 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 132 | - |
| CMYK | 0 | 0 | 0.40 | 0.14 |
| HSL | 60º | 0.56% | 0.69% | - |
| HSV(B) | 60º | 0.4% | 0.86% | - |
| XYZ | 59.27 | 68.07 | 31.84 | - |
| YUV | 209.97 | 84 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 132 | 0 | 0 | 0.40 | 0.14 | 60 | 0.56 | 0.69 |
| Hex | DC | DC | 84 | 0 | 0 | 28 | E | 3C | 38 | 45 |
| Octal | 334 | 334 | 204 | 0 | 0 | 50 | 16 | 74 | 70 | 105 |
| Binary | 11011100 | 11011100 | 10000100 | 0 | 0 | 101000 | 1110 | 111100 | 111000 | 1000101 |
Color Harmonies of #DCDC84
Complementary color
Monochromatic Colors of #DCDC84
Black with #DCDC84
Text Example
Text Example
White with #DCDC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC84; }
p { color: rgb(220,220,132); }
H1.HeaderClassName
{
color: #DCDC84;
}
.AnyTagClassName
{
color: #DCDC84;
}
</style>
background-color css
<style>
a { background-color: #DCDC84; }
a { background-color: rgb(220,220,132); }
div.DivClassName
{
background-color: #DCDC84;
}
.BgClassName
{
background-color: #DCDC84;
}
</style>
border-color css
<style>
span { border-color: #DCDC84; }
span { border-color: rgb(220,220,132); }
td.TdClassName
{
border-color: #DCDC84;
}
.TagClassName
{
border-color: #DCDC84;
}
</style>