Shades of Primrose #DCDC88
Tints of Primrose #DCDC88
RGB
CMYK
RGB Variations
Color information
#DCDC88 (or 0xDCDC88) is known color: Primrose. HEX triplet: DC, DC and 88. RGB value is (220,220,136). Sum of RGB (Red+Green+Blue) = 220+220+136=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 136 (53.52% from 255 or 23.61% from 576); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDC88 is #232377. Grayscale: #D2D2D2. Windows color (decimal): -2302840 or 8969436. OLE color: 8969436.
HSL color Cylindrical-coordinate representation of color #DCDC88: hue angle of 60º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCDC88 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 136 | - |
| CMYK | 0 | 0 | 0.38 | 0.14 |
| HSL | 60º | 0.55% | 0.7% | - |
| HSV(B) | 60º | 0.38% | 0.86% | - |
| XYZ | 59.55 | 68.18 | 33.31 | - |
| YUV | 210.42 | 86 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 136 | 0 | 0 | 0.38 | 0.14 | 60 | 0.55 | 0.7 |
| Hex | DC | DC | 88 | 0 | 0 | 26 | E | 3C | 37 | 46 |
| Octal | 334 | 334 | 210 | 0 | 0 | 46 | 16 | 74 | 67 | 106 |
| Binary | 11011100 | 11011100 | 10001000 | 0 | 0 | 100110 | 1110 | 111100 | 110111 | 1000110 |
Color Harmonies of #DCDC88
Complementary color
Monochromatic Colors of #DCDC88
Black with #DCDC88
Text Example
Text Example
White with #DCDC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC88; }
p { color: rgb(220,220,136); }
H1.HeaderClassName
{
color: #DCDC88;
}
.AnyTagClassName
{
color: #DCDC88;
}
</style>
background-color css
<style>
a { background-color: #DCDC88; }
a { background-color: rgb(220,220,136); }
div.DivClassName
{
background-color: #DCDC88;
}
.BgClassName
{
background-color: #DCDC88;
}
</style>
border-color css
<style>
span { border-color: #DCDC88; }
span { border-color: rgb(220,220,136); }
td.TdClassName
{
border-color: #DCDC88;
}
.TagClassName
{
border-color: #DCDC88;
}
</style>