Shades of Primrose #DCDC98
Tints of Primrose #DCDC98
RGB
CMYK
RGB Variations
Color information
#DCDC98 (or 0xDCDC98) is known color: Primrose. HEX triplet: DC, DC and 98. RGB value is (220,220,152). Sum of RGB (Red+Green+Blue) = 220+220+152=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 152 (59.77% from 255 or 25.68% from 592); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDC98 is #232367. Grayscale: #D4D4D4. Windows color (decimal): -2302824 or 10018012. OLE color: 10018012.
HSL color Cylindrical-coordinate representation of color #DCDC98: 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.31%. Process color model (Four color, CMYK) of #DCDC98 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 152 | - |
| CMYK | 0 | 0 | 0.31 | 0.14 |
| HSL | 60º | 0.49% | 0.73% | - |
| HSV(B) | 60º | 0.31% | 0.86% | - |
| XYZ | 60.78 | 68.67 | 39.76 | - |
| YUV | 212.25 | 94 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 152 | 0 | 0 | 0.31 | 0.14 | 60 | 0.49 | 0.73 |
| Hex | DC | DC | 98 | 0 | 0 | 1F | E | 3C | 31 | 49 |
| Octal | 334 | 334 | 230 | 0 | 0 | 37 | 16 | 74 | 61 | 111 |
| Binary | 11011100 | 11011100 | 10011000 | 0 | 0 | 11111 | 1110 | 111100 | 110001 | 1001001 |
Color Harmonies of #DCDC98
Complementary color
Monochromatic Colors of #DCDC98
Black with #DCDC98
Text Example
Text Example
White with #DCDC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC98; }
p { color: rgb(220,220,152); }
H1.HeaderClassName
{
color: #DCDC98;
}
.AnyTagClassName
{
color: #DCDC98;
}
</style>
background-color css
<style>
a { background-color: #DCDC98; }
a { background-color: rgb(220,220,152); }
div.DivClassName
{
background-color: #DCDC98;
}
.BgClassName
{
background-color: #DCDC98;
}
</style>
border-color css
<style>
span { border-color: #DCDC98; }
span { border-color: rgb(220,220,152); }
td.TdClassName
{
border-color: #DCDC98;
}
.TagClassName
{
border-color: #DCDC98;
}
</style>