Shades of Primrose #DCDC8E
Tints of Primrose #DCDC8E
RGB
CMYK
RGB Variations
Color information
#DCDC8E (or 0xDCDC8E) is known color: Primrose. HEX triplet: DC, DC and 8E. RGB value is (220,220,142). Sum of RGB (Red+Green+Blue) = 220+220+142=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 142 (55.86% from 255 or 24.40% from 582); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDC8E is #232371. Grayscale: #D3D3D3. Windows color (decimal): -2302834 or 9362652. OLE color: 9362652.
HSL color Cylindrical-coordinate representation of color #DCDC8E: hue angle of 60º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCDC8E is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 142 | - |
| CMYK | 0 | 0 | 0.35 | 0.14 |
| HSL | 60º | 0.53% | 0.71% | - |
| HSV(B) | 60º | 0.35% | 0.86% | - |
| XYZ | 59.99 | 68.36 | 35.62 | - |
| YUV | 211.11 | 89 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 142 | 0 | 0 | 0.35 | 0.14 | 60 | 0.53 | 0.71 |
| Hex | DC | DC | 8E | 0 | 0 | 23 | E | 3C | 35 | 47 |
| Octal | 334 | 334 | 216 | 0 | 0 | 43 | 16 | 74 | 65 | 107 |
| Binary | 11011100 | 11011100 | 10001110 | 0 | 0 | 100011 | 1110 | 111100 | 110101 | 1000111 |
Color Harmonies of #DCDC8E
Complementary color
Monochromatic Colors of #DCDC8E
Black with #DCDC8E
Text Example
Text Example
White with #DCDC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC8E; }
p { color: rgb(220,220,142); }
H1.HeaderClassName
{
color: #DCDC8E;
}
.AnyTagClassName
{
color: #DCDC8E;
}
</style>
background-color css
<style>
a { background-color: #DCDC8E; }
a { background-color: rgb(220,220,142); }
div.DivClassName
{
background-color: #DCDC8E;
}
.BgClassName
{
background-color: #DCDC8E;
}
</style>
border-color css
<style>
span { border-color: #DCDC8E; }
span { border-color: rgb(220,220,142); }
td.TdClassName
{
border-color: #DCDC8E;
}
.TagClassName
{
border-color: #DCDC8E;
}
</style>