Shades of Primrose #DCDC9A
Tints of Primrose #DCDC9A
RGB
CMYK
RGB Variations
Color information
#DCDC9A (or 0xDCDC9A) is known color: Primrose. HEX triplet: DC, DC and 9A. RGB value is (220,220,154). Sum of RGB (Red+Green+Blue) = 220+220+154=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 154 (60.55% from 255 or 25.93% from 594); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDC9A is #232365. Grayscale: #D4D4D4. Windows color (decimal): -2302822 or 10149084. OLE color: 10149084.
HSL color Cylindrical-coordinate representation of color #DCDC9A: hue angle of 60º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCDC9A is Cyan = 0, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 154 | - |
| CMYK | 0 | 0 | 0.3 | 0.14 |
| HSL | 60º | 0.49% | 0.73% | - |
| HSV(B) | 60º | 0.3% | 0.86% | - |
| XYZ | 60.94 | 68.74 | 40.63 | - |
| YUV | 212.48 | 95 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 154 | 0 | 0 | 0.3 | 0.14 | 60 | 0.49 | 0.73 |
| Hex | DC | DC | 9A | 0 | 0 | 1E | E | 3C | 31 | 49 |
| Octal | 334 | 334 | 232 | 0 | 0 | 36 | 16 | 74 | 61 | 111 |
| Binary | 11011100 | 11011100 | 10011010 | 0 | 0 | 11110 | 1110 | 111100 | 110001 | 1001001 |
Color Harmonies of #DCDC9A
Complementary color
Monochromatic Colors of #DCDC9A
Black with #DCDC9A
Text Example
Text Example
White with #DCDC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC9A; }
p { color: rgb(220,220,154); }
H1.HeaderClassName
{
color: #DCDC9A;
}
.AnyTagClassName
{
color: #DCDC9A;
}
</style>
background-color css
<style>
a { background-color: #DCDC9A; }
a { background-color: rgb(220,220,154); }
div.DivClassName
{
background-color: #DCDC9A;
}
.BgClassName
{
background-color: #DCDC9A;
}
</style>
border-color css
<style>
span { border-color: #DCDC9A; }
span { border-color: rgb(220,220,154); }
td.TdClassName
{
border-color: #DCDC9A;
}
.TagClassName
{
border-color: #DCDC9A;
}
</style>