Shades of Chartreuse Yellow #DCDC00
Tints of Chartreuse Yellow #DCDC00
RGB
CMYK
RGB Variations
Color information
#DCDC00 (or 0xDCDC00) is known color: Chartreuse Yellow. HEX triplet: DC, DC and 00. RGB value is (220,220,0). Sum of RGB (Red+Green+Blue) = 220+220+0=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDC00 is #2323FF. Grayscale: #C3C3C3. Windows color (decimal): -2302976 or 56540. OLE color: 56540.
HSL color Cylindrical-coordinate representation of color #DCDC00: hue angle of 60º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCDC00 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.14 |
| HSL | 60º | 1% | 0.43% | - |
| HSV(B) | 60º | 1% | 0.86% | - |
| XYZ | 55.11 | 66.4 | 9.91 | - |
| YUV | 194.92 | 18 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 0 | 0 | 0 | 1 | 0.14 | 60 | 1 | 0.43 |
| Hex | DC | DC | 0 | 0 | 0 | 64 | E | 3C | 64 | 2B |
| Octal | 334 | 334 | 0 | 0 | 0 | 144 | 16 | 74 | 144 | 53 |
| Binary | 11011100 | 11011100 | 0 | 0 | 0 | 1100100 | 1110 | 111100 | 1100100 | 101011 |
Color Harmonies of #DCDC00
Complementary color
Monochromatic Colors of #DCDC00
Black with #DCDC00
Text Example
Text Example
White with #DCDC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC00; }
p { color: rgb(220,220,0); }
H1.HeaderClassName
{
color: #DCDC00;
}
.AnyTagClassName
{
color: #DCDC00;
}
</style>
background-color css
<style>
a { background-color: #DCDC00; }
a { background-color: rgb(220,220,0); }
div.DivClassName
{
background-color: #DCDC00;
}
.BgClassName
{
background-color: #DCDC00;
}
</style>
border-color css
<style>
span { border-color: #DCDC00; }
span { border-color: rgb(220,220,0); }
td.TdClassName
{
border-color: #DCDC00;
}
.TagClassName
{
border-color: #DCDC00;
}
</style>