Shades of Primrose #DCDC82
Tints of Primrose #DCDC82
RGB
CMYK
RGB Variations
Color information
#DCDC82 (or 0xDCDC82) is known color: Primrose. HEX triplet: DC, DC and 82. RGB value is (220,220,130). Sum of RGB (Red+Green+Blue) = 220+220+130=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 130 (51.17% from 255 or 22.81% from 570); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDC82 is #23237D. Grayscale: #D2D2D2. Windows color (decimal): -2302846 or 8576220. OLE color: 8576220.
HSL color Cylindrical-coordinate representation of color #DCDC82: 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.41%. Process color model (Four color, CMYK) of #DCDC82 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 130 | - |
| CMYK | 0 | 0 | 0.41 | 0.14 |
| HSL | 60º | 0.56% | 0.69% | - |
| HSV(B) | 60º | 0.41% | 0.86% | - |
| XYZ | 59.14 | 68.01 | 31.13 | - |
| YUV | 209.74 | 83 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 130 | 0 | 0 | 0.41 | 0.14 | 60 | 0.56 | 0.69 |
| Hex | DC | DC | 82 | 0 | 0 | 29 | E | 3C | 38 | 45 |
| Octal | 334 | 334 | 202 | 0 | 0 | 51 | 16 | 74 | 70 | 105 |
| Binary | 11011100 | 11011100 | 10000010 | 0 | 0 | 101001 | 1110 | 111100 | 111000 | 1000101 |
Color Harmonies of #DCDC82
Complementary color
Monochromatic Colors of #DCDC82
Black with #DCDC82
Text Example
Text Example
White with #DCDC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC82; }
p { color: rgb(220,220,130); }
H1.HeaderClassName
{
color: #DCDC82;
}
.AnyTagClassName
{
color: #DCDC82;
}
</style>
background-color css
<style>
a { background-color: #DCDC82; }
a { background-color: rgb(220,220,130); }
div.DivClassName
{
background-color: #DCDC82;
}
.BgClassName
{
background-color: #DCDC82;
}
</style>
border-color css
<style>
span { border-color: #DCDC82; }
span { border-color: rgb(220,220,130); }
td.TdClassName
{
border-color: #DCDC82;
}
.TagClassName
{
border-color: #DCDC82;
}
</style>