Shades of Chartreuse Yellow #DBDC01
Tints of Chartreuse Yellow #DBDC01
RGB
CMYK
RGB Variations
Color information
#DBDC01 (or 0xDBDC01) is known color: Chartreuse Yellow. HEX triplet: DB, DC and 01. RGB value is (219,220,1). Sum of RGB (Red+Green+Blue) = 219+220+1=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 1 (0.78% from 255 or 0.23% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDC01 is #2423FE. Grayscale: #C3C3C3. Windows color (decimal): -2368511 or 122075. OLE color: 122075.
HSL color Cylindrical-coordinate representation of color #DBDC01: hue angle of 60.27º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBDC01 is Cyan = 0.00, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 1 | - |
| CMYK | 0.00 | 0 | 1.00 | 0.14 |
| HSL | 60.27º | 0.99% | 0.43% | - |
| HSV(B) | 60.27º | 1% | 0.86% | - |
| XYZ | 54.81 | 66.25 | 9.93 | - |
| YUV | 194.74 | 18.67 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 1 | 0.00 | 0 | 1.00 | 0.14 | 60.27 | 0.99 | 0.43 |
| Hex | DB | DC | 1 | 0 | 0 | 64 | E | 3C | 63 | 2B |
| Octal | 333 | 334 | 1 | 0 | 0 | 144 | 16 | 74 | 143 | 53 |
| Binary | 11011011 | 11011100 | 1 | 0 | 0 | 1100100 | 1110 | 111100 | 1100011 | 101011 |
Color Harmonies of #DBDC01
Complementary color
Monochromatic Colors of #DBDC01
Black with #DBDC01
Text Example
Text Example
White with #DBDC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC01; }
p { color: rgb(219,220,1); }
H1.HeaderClassName
{
color: #DBDC01;
}
.AnyTagClassName
{
color: #DBDC01;
}
</style>
background-color css
<style>
a { background-color: #DBDC01; }
a { background-color: rgb(219,220,1); }
div.DivClassName
{
background-color: #DBDC01;
}
.BgClassName
{
background-color: #DBDC01;
}
</style>
border-color css
<style>
span { border-color: #DBDC01; }
span { border-color: rgb(219,220,1); }
td.TdClassName
{
border-color: #DBDC01;
}
.TagClassName
{
border-color: #DBDC01;
}
</style>