Shades of Chartreuse Yellow #DCDF06
Tints of Chartreuse Yellow #DCDF06
RGB
CMYK
RGB Variations
Color information
#DCDF06 (or 0xDCDF06) is known color: Chartreuse Yellow. HEX triplet: DC, DF and 06. RGB value is (220,223,6). Sum of RGB (Red+Green+Blue) = 220+223+6=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 6 (2.73% from 255 or 1.34% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDF06 is #2320F9. Grayscale: #C6C6C6. Windows color (decimal): -2302202 or 450524. OLE color: 450524.
HSL color Cylindrical-coordinate representation of color #DCDF06: hue angle of 60.83º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCDF06 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 223 | 6 | - |
CMYK | 0.01 | 0 | 0.97 | 0.13 |
HSL | 60.83º | 0.95% | 0.45% | - |
HSV(B) | 60.83º | 0.97% | 0.87% | - |
XYZ | 55.94 | 68 | 10.35 | - |
YUV | 197.37 | 20.01 | 144.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 6 | 0.01 | 0 | 0.97 | 0.13 | 60.83 | 0.95 | 0.45 |
Hex | DC | DF | 6 | 1 | 0 | 61 | D | 3D | 5F | 2D |
Octal | 334 | 337 | 6 | 1 | 0 | 141 | 15 | 75 | 137 | 55 |
Binary | 11011100 | 11011111 | 110 | 1 | 0 | 1100001 | 1101 | 111101 | 1011111 | 101101 |
Color Harmonies of #DCDF06
Complementary color
Monochromatic Colors of #DCDF06
Black with #DCDF06
Text Example
Text Example
White with #DCDF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF06; }
p { color: rgb(220,223,6); }
H1.HeaderClassName
{
color: #DCDF06;
}
.AnyTagClassName
{
color: #DCDF06;
}
</style>
background-color css
<style>
a { background-color: #DCDF06; }
a { background-color: rgb(220,223,6); }
div.DivClassName
{
background-color: #DCDF06;
}
.BgClassName
{
background-color: #DCDF06;
}
</style>
border-color css
<style>
span { border-color: #DCDF06; }
span { border-color: rgb(220,223,6); }
td.TdClassName
{
border-color: #DCDF06;
}
.TagClassName
{
border-color: #DCDF06;
}
</style>