Shades of Primrose #DCDC85
Tints of Primrose #DCDC85
RGB
CMYK
RGB Variations
Color information
#DCDC85 (or 0xDCDC85) is known color: Primrose. HEX triplet: DC, DC and 85. RGB value is (220,220,133). Sum of RGB (Red+Green+Blue) = 220+220+133=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDC85 is #23237A. Grayscale: #D2D2D2. Windows color (decimal): -2302843 or 8772828. OLE color: 8772828.
HSL color Cylindrical-coordinate representation of color #DCDC85: hue angle of 60º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCDC85 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 133 | - |
| CMYK | 0 | 0 | 0.40 | 0.14 |
| HSL | 60º | 0.55% | 0.69% | - |
| HSV(B) | 60º | 0.4% | 0.86% | - |
| XYZ | 59.34 | 68.1 | 32.21 | - |
| YUV | 210.08 | 84.5 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 133 | 0 | 0 | 0.40 | 0.14 | 60 | 0.55 | 0.69 |
| Hex | DC | DC | 85 | 0 | 0 | 28 | E | 3C | 37 | 45 |
| Octal | 334 | 334 | 205 | 0 | 0 | 50 | 16 | 74 | 67 | 105 |
| Binary | 11011100 | 11011100 | 10000101 | 0 | 0 | 101000 | 1110 | 111100 | 110111 | 1000101 |
Color Harmonies of #DCDC85
Complementary color
Monochromatic Colors of #DCDC85
Black with #DCDC85
Text Example
Text Example
White with #DCDC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC85; }
p { color: rgb(220,220,133); }
H1.HeaderClassName
{
color: #DCDC85;
}
.AnyTagClassName
{
color: #DCDC85;
}
</style>
background-color css
<style>
a { background-color: #DCDC85; }
a { background-color: rgb(220,220,133); }
div.DivClassName
{
background-color: #DCDC85;
}
.BgClassName
{
background-color: #DCDC85;
}
</style>
border-color css
<style>
span { border-color: #DCDC85; }
span { border-color: rgb(220,220,133); }
td.TdClassName
{
border-color: #DCDC85;
}
.TagClassName
{
border-color: #DCDC85;
}
</style>