Shades of Chartreuse Yellow #DDDD00
Tints of Chartreuse Yellow #DDDD00
RGB
CMYK
RGB Variations
Color information
#DDDD00 (or 0xDDDD00) is known color: Chartreuse Yellow. HEX triplet: DD, DD and 00. RGB value is (221,221,0). Sum of RGB (Red+Green+Blue) = 221+221+0=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDD00 is #2222FF. Grayscale: #C4C4C4. Windows color (decimal): -2237184 or 56797. OLE color: 56797.
HSL color Cylindrical-coordinate representation of color #DDDD00: hue angle of 60º 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 #DDDD00 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.13 |
| HSL | 60º | 1% | 0.43% | - |
| HSV(B) | 60º | 1% | 0.87% | - |
| XYZ | 55.68 | 67.09 | 10.01 | - |
| YUV | 195.81 | 17.5 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 0 | 0 | 0 | 1 | 0.13 | 60 | 1 | 0.43 |
| Hex | DD | DD | 0 | 0 | 0 | 64 | D | 3C | 64 | 2B |
| Octal | 335 | 335 | 0 | 0 | 0 | 144 | 15 | 74 | 144 | 53 |
| Binary | 11011101 | 11011101 | 0 | 0 | 0 | 1100100 | 1101 | 111100 | 1100100 | 101011 |
Color Harmonies of #DDDD00
Complementary color
Monochromatic Colors of #DDDD00
Black with #DDDD00
Text Example
Text Example
White with #DDDD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD00; }
p { color: rgb(221,221,0); }
H1.HeaderClassName
{
color: #DDDD00;
}
.AnyTagClassName
{
color: #DDDD00;
}
</style>
background-color css
<style>
a { background-color: #DDDD00; }
a { background-color: rgb(221,221,0); }
div.DivClassName
{
background-color: #DDDD00;
}
.BgClassName
{
background-color: #DDDD00;
}
</style>
border-color css
<style>
span { border-color: #DDDD00; }
span { border-color: rgb(221,221,0); }
td.TdClassName
{
border-color: #DDDD00;
}
.TagClassName
{
border-color: #DDDD00;
}
</style>