Shades of Primrose #DCDC96
Tints of Primrose #DCDC96
RGB
CMYK
RGB Variations
Color information
#DCDC96 (or 0xDCDC96) is known color: Primrose. HEX triplet: DC, DC and 96. RGB value is (220,220,150). Sum of RGB (Red+Green+Blue) = 220+220+150=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDC96 is #232369. Grayscale: #D4D4D4. Windows color (decimal): -2302826 or 9886940. OLE color: 9886940.
HSL color Cylindrical-coordinate representation of color #DCDC96: hue angle of 60º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCDC96 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 150 | - |
| CMYK | 0 | 0 | 0.32 | 0.14 |
| HSL | 60º | 0.5% | 0.73% | - |
| HSV(B) | 60º | 0.32% | 0.86% | - |
| XYZ | 60.61 | 68.6 | 38.9 | - |
| YUV | 212.02 | 93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 150 | 0 | 0 | 0.32 | 0.14 | 60 | 0.5 | 0.73 |
| Hex | DC | DC | 96 | 0 | 0 | 20 | E | 3C | 32 | 49 |
| Octal | 334 | 334 | 226 | 0 | 0 | 40 | 16 | 74 | 62 | 111 |
| Binary | 11011100 | 11011100 | 10010110 | 0 | 0 | 100000 | 1110 | 111100 | 110010 | 1001001 |
Color Harmonies of #DCDC96
Complementary color
Monochromatic Colors of #DCDC96
Black with #DCDC96
Text Example
Text Example
White with #DCDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC96; }
p { color: rgb(220,220,150); }
H1.HeaderClassName
{
color: #DCDC96;
}
.AnyTagClassName
{
color: #DCDC96;
}
</style>
background-color css
<style>
a { background-color: #DCDC96; }
a { background-color: rgb(220,220,150); }
div.DivClassName
{
background-color: #DCDC96;
}
.BgClassName
{
background-color: #DCDC96;
}
</style>
border-color css
<style>
span { border-color: #DCDC96; }
span { border-color: rgb(220,220,150); }
td.TdClassName
{
border-color: #DCDC96;
}
.TagClassName
{
border-color: #DCDC96;
}
</style>