Shades of Chartreuse Yellow #DCDF01
Tints of Chartreuse Yellow #DCDF01
RGB
CMYK
RGB Variations
Color information
#DCDF01 (or 0xDCDF01) is known color: Chartreuse Yellow. HEX triplet: DC, DF and 01. RGB value is (220,223,1). Sum of RGB (Red+Green+Blue) = 220+223+1=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 1 (0.78% from 255 or 0.23% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDF01 is #2320FE. Grayscale: #C5C5C5. Windows color (decimal): -2302207 or 122844. OLE color: 122844.
HSL color Cylindrical-coordinate representation of color #DCDF01: hue angle of 60.81º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCDF01 is Cyan = 0.01, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 1 | - |
| CMYK | 0.01 | 0 | 1.00 | 0.13 |
| HSL | 60.81º | 0.99% | 0.44% | - |
| HSV(B) | 60.81º | 1% | 0.87% | - |
| XYZ | 55.91 | 67.99 | 10.21 | - |
| YUV | 196.8 | 17.51 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 1 | 0.01 | 0 | 1.00 | 0.13 | 60.81 | 0.99 | 0.44 |
| Hex | DC | DF | 1 | 1 | 0 | 64 | D | 3D | 63 | 2C |
| Octal | 334 | 337 | 1 | 1 | 0 | 144 | 15 | 75 | 143 | 54 |
| Binary | 11011100 | 11011111 | 1 | 1 | 0 | 1100100 | 1101 | 111101 | 1100011 | 101100 |
Color Harmonies of #DCDF01
Complementary color
Monochromatic Colors of #DCDF01
Black with #DCDF01
Text Example
Text Example
White with #DCDF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF01; }
p { color: rgb(220,223,1); }
H1.HeaderClassName
{
color: #DCDF01;
}
.AnyTagClassName
{
color: #DCDF01;
}
</style>
background-color css
<style>
a { background-color: #DCDF01; }
a { background-color: rgb(220,223,1); }
div.DivClassName
{
background-color: #DCDF01;
}
.BgClassName
{
background-color: #DCDF01;
}
</style>
border-color css
<style>
span { border-color: #DCDF01; }
span { border-color: rgb(220,223,1); }
td.TdClassName
{
border-color: #DCDF01;
}
.TagClassName
{
border-color: #DCDF01;
}
</style>