#DCDF05

Color #DCDF05 Chartreuse Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse Yellow #DCDF05

Tints of Chartreuse Yellow #DCDF05

Color information

#DCDF05 (or 0xDCDF05) is unknown color: approx Chartreuse Yellow. HEX triplet: DC, DF and 05. RGB value is (220,223,5). Sum of RGB (Red+Green+Blue) = 220+223+5=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDF05 is #2320FA. Grayscale: #C6C6C6. Windows color (decimal): -2302203 or 384988. OLE color: 384988.

HSL color Cylindrical-coordinate representation of color #DCDF05: hue angle of 60.83º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCDF05 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB2202235-
CMYK0.0100.980.13
HSL60.83º95.61%44.71%-
HSV(B)60.83º97.76%87.45%-
XYZ55.936810.32-
YUV197.2519.51144.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 49.11%
GREEN value IS 223 (87.5% from 255) = 49.78%
BLUE value IS 5 (2.34% from 255) = 1.12%
R=49.11%
G=49.78%
B=1.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22022350.0100.980.1360.8395.6144.71
HexDCDF51062D3d602d
Octal334337510142157514055
Binary110111001101111110110110001011011111011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDF05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDF05; }

 p { color: rgb(220,223,5); }

 H1.HeaderClassName
 {
   color: #DCDF05;
 }
 .AnyTagClassName
 {
   color: #DCDF05;
 }
</style>
background-color css

<style>
 a { background-color: #DCDF05; }

 a { background-color: rgb(220,223,5); }

 div.DivClassName
 {
   background-color: #DCDF05;
 }
 .BgClassName
 {
   background-color: #DCDF05;
 }
</style>
border-color css

<style>
 span { border-color: #DCDF05; }

 span { border-color: rgb(220,223,5); }

 td.TdClassName
 {
   border-color: #DCDF05;
 }
 .TagClassName
 {
   border-color: #DCDF05;
 }
</style>