Shades of Chartreuse Yellow #DDDD05
Tints of Chartreuse Yellow #DDDD05
RGB
CMYK
RGB Variations
Color information
#DDDD05 (or 0xDDDD05) is known color: Chartreuse Yellow. HEX triplet: DD, DD and 05. RGB value is (221,221,5). Sum of RGB (Red+Green+Blue) = 221+221+5=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 5 (2.34% from 255 or 1.12% from 447); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDD05 is #2222FA. Grayscale: #C5C5C5. Windows color (decimal): -2237179 or 384477. OLE color: 384477.
HSL color Cylindrical-coordinate representation of color #DDDD05: hue angle of 60º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDDD05 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 5 | - |
| CMYK | 0 | 0 | 0.98 | 0.13 |
| HSL | 60º | 0.96% | 0.44% | - |
| HSV(B) | 60º | 0.98% | 0.87% | - |
| XYZ | 55.7 | 67.1 | 10.16 | - |
| YUV | 196.38 | 20 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 5 | 0 | 0 | 0.98 | 0.13 | 60 | 0.96 | 0.44 |
| Hex | DD | DD | 5 | 0 | 0 | 62 | D | 3C | 60 | 2C |
| Octal | 335 | 335 | 5 | 0 | 0 | 142 | 15 | 74 | 140 | 54 |
| Binary | 11011101 | 11011101 | 101 | 0 | 0 | 1100010 | 1101 | 111100 | 1100000 | 101100 |
Color Harmonies of #DDDD05
Complementary color
Monochromatic Colors of #DDDD05
Black with #DDDD05
Text Example
Text Example
White with #DDDD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD05; }
p { color: rgb(221,221,5); }
H1.HeaderClassName
{
color: #DDDD05;
}
.AnyTagClassName
{
color: #DDDD05;
}
</style>
background-color css
<style>
a { background-color: #DDDD05; }
a { background-color: rgb(221,221,5); }
div.DivClassName
{
background-color: #DDDD05;
}
.BgClassName
{
background-color: #DDDD05;
}
</style>
border-color css
<style>
span { border-color: #DDDD05; }
span { border-color: rgb(221,221,5); }
td.TdClassName
{
border-color: #DDDD05;
}
.TagClassName
{
border-color: #DDDD05;
}
</style>