Shades of Chartreuse Yellow #DBDD04
Tints of Chartreuse Yellow #DBDD04
RGB
CMYK
RGB Variations
Color information
#DBDD04 (or 0xDBDD04) is known color: Chartreuse Yellow. HEX triplet: DB, DD and 04. RGB value is (219,221,4). Sum of RGB (Red+Green+Blue) = 219+221+4=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 4 (1.95% from 255 or 0.90% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDD04 is #2422FB. Grayscale: #C4C4C4. Windows color (decimal): -2368252 or 318939. OLE color: 318939.
HSL color Cylindrical-coordinate representation of color #DBDD04: hue angle of 60.55º 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 #DBDD04 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 4 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.13 |
| HSL | 60.55º | 0.96% | 0.44% | - |
| HSV(B) | 60.55º | 0.98% | 0.87% | - |
| XYZ | 55.09 | 66.78 | 10.1 | - |
| YUV | 195.66 | 19.84 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 4 | 0.01 | 0 | 0.98 | 0.13 | 60.55 | 0.96 | 0.44 |
| Hex | DB | DD | 4 | 1 | 0 | 62 | D | 3D | 60 | 2C |
| Octal | 333 | 335 | 4 | 1 | 0 | 142 | 15 | 75 | 140 | 54 |
| Binary | 11011011 | 11011101 | 100 | 1 | 0 | 1100010 | 1101 | 111101 | 1100000 | 101100 |
Color Harmonies of #DBDD04
Complementary color
Monochromatic Colors of #DBDD04
Black with #DBDD04
Text Example
Text Example
White with #DBDD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD04; }
p { color: rgb(219,221,4); }
H1.HeaderClassName
{
color: #DBDD04;
}
.AnyTagClassName
{
color: #DBDD04;
}
</style>
background-color css
<style>
a { background-color: #DBDD04; }
a { background-color: rgb(219,221,4); }
div.DivClassName
{
background-color: #DBDD04;
}
.BgClassName
{
background-color: #DBDD04;
}
</style>
border-color css
<style>
span { border-color: #DBDD04; }
span { border-color: rgb(219,221,4); }
td.TdClassName
{
border-color: #DBDD04;
}
.TagClassName
{
border-color: #DBDD04;
}
</style>