Shades of Primrose #DCDC8A
Tints of Primrose #DCDC8A
RGB
CMYK
RGB Variations
Color information
#DCDC8A (or 0xDCDC8A) is known color: Primrose. HEX triplet: DC, DC and 8A. RGB value is (220,220,138). Sum of RGB (Red+Green+Blue) = 220+220+138=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 138 (54.30% from 255 or 23.88% from 578); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDC8A is #232375. Grayscale: #D2D2D2. Windows color (decimal): -2302838 or 9100508. OLE color: 9100508.
HSL color Cylindrical-coordinate representation of color #DCDC8A: hue angle of 60º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCDC8A is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 138 | - |
| CMYK | 0 | 0 | 0.37 | 0.14 |
| HSL | 60º | 0.54% | 0.7% | - |
| HSV(B) | 60º | 0.37% | 0.86% | - |
| XYZ | 59.7 | 68.24 | 34.07 | - |
| YUV | 210.65 | 87 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 138 | 0 | 0 | 0.37 | 0.14 | 60 | 0.54 | 0.7 |
| Hex | DC | DC | 8A | 0 | 0 | 25 | E | 3C | 36 | 46 |
| Octal | 334 | 334 | 212 | 0 | 0 | 45 | 16 | 74 | 66 | 106 |
| Binary | 11011100 | 11011100 | 10001010 | 0 | 0 | 100101 | 1110 | 111100 | 110110 | 1000110 |
Color Harmonies of #DCDC8A
Complementary color
Monochromatic Colors of #DCDC8A
Black with #DCDC8A
Text Example
Text Example
White with #DCDC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC8A; }
p { color: rgb(220,220,138); }
H1.HeaderClassName
{
color: #DCDC8A;
}
.AnyTagClassName
{
color: #DCDC8A;
}
</style>
background-color css
<style>
a { background-color: #DCDC8A; }
a { background-color: rgb(220,220,138); }
div.DivClassName
{
background-color: #DCDC8A;
}
.BgClassName
{
background-color: #DCDC8A;
}
</style>
border-color css
<style>
span { border-color: #DCDC8A; }
span { border-color: rgb(220,220,138); }
td.TdClassName
{
border-color: #DCDC8A;
}
.TagClassName
{
border-color: #DCDC8A;
}
</style>