Shades of Chartreuse Yellow #DCDD00
Tints of Chartreuse Yellow #DCDD00
RGB
CMYK
RGB Variations
Color information
#DCDD00 (or 0xDCDD00) is known color: Chartreuse Yellow. HEX triplet: DC, DD and 00. RGB value is (220,221,0). Sum of RGB (Red+Green+Blue) = 220+221+0=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDD00 is #2322FF. Grayscale: #C4C4C4. Windows color (decimal): -2302720 or 56796. OLE color: 56796.
HSL color Cylindrical-coordinate representation of color #DCDD00: hue angle of 60.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCDD00 is Cyan = 0.00, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 0 | - |
| CMYK | 0.00 | 0 | 1 | 0.13 |
| HSL | 60.27º | 1% | 0.43% | - |
| HSV(B) | 60.27º | 1% | 0.87% | - |
| XYZ | 55.37 | 66.93 | 10 | - |
| YUV | 195.51 | 17.67 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 0 | 0.00 | 0 | 1 | 0.13 | 60.27 | 1 | 0.43 |
| Hex | DC | DD | 0 | 0 | 0 | 64 | D | 3C | 64 | 2B |
| Octal | 334 | 335 | 0 | 0 | 0 | 144 | 15 | 74 | 144 | 53 |
| Binary | 11011100 | 11011101 | 0 | 0 | 0 | 1100100 | 1101 | 111100 | 1100100 | 101011 |
Color Harmonies of #DCDD00
Complementary color
Monochromatic Colors of #DCDD00
Black with #DCDD00
Text Example
Text Example
White with #DCDD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD00; }
p { color: rgb(220,221,0); }
H1.HeaderClassName
{
color: #DCDD00;
}
.AnyTagClassName
{
color: #DCDD00;
}
</style>
background-color css
<style>
a { background-color: #DCDD00; }
a { background-color: rgb(220,221,0); }
div.DivClassName
{
background-color: #DCDD00;
}
.BgClassName
{
background-color: #DCDD00;
}
</style>
border-color css
<style>
span { border-color: #DCDD00; }
span { border-color: rgb(220,221,0); }
td.TdClassName
{
border-color: #DCDD00;
}
.TagClassName
{
border-color: #DCDD00;
}
</style>