Html Css Color HEX #DCDC01 Chartreuse Yellow

📋 copy color: '#DCDC01'

red 220 ◦ green 220 ◦ blue 1

#DCDC01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse Yellow #DCDC01

Tints of Chartreuse Yellow #DCDC01

RGB

 RED value IS 220 (86.33% from 255) = 49.89%

 GREEN value IS 220 (86.33% from 255) = 49.89%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 49.89%
G = 49.89%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DCDC01 (or 0xDCDC01) is known color: Chartreuse Yellow. HEX triplet: DC, DC and 01. RGB value is (220,220,1). Sum of RGB (Red+Green+Blue) = 220+220+1=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 1 (0.78% from 255 or 0.23% from 441); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDC01 is #2323FE. Grayscale: #C3C3C3. Windows color (decimal): -2302975 or 122076. OLE color: 122076.

HSL color Cylindrical-coordinate representation of color #DCDC01: hue angle of 60º 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 #DCDC01 is Cyan = 0, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 220 1 -
CMYK 0 0 1.00 0.14
HSL 60º 0.99% 0.43% -
HSV(B) 60º 1% 0.86% -
XYZ 55.11 66.4 9.94 -
YUV 195.03 18.5 145.81 -
System Red Green Blue C M Y K H S L
Decimal 220 220 1 0 0 1.00 0.14 60 0.99 0.43
Hex DC DC 1 0 0 64 E 3C 63 2B
Octal 334 334 1 0 0 144 16 74 143 53
Binary 11011100 11011100 1 0 0 1100100 1110 111100 1100011 101011

Color Harmonies of #DCDC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC01

Black with #DCDC01

Text Example


Text Example

White with #DCDC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC01; }

 p { color: rgb(220,220,1); }

 H1.HeaderClassName
 {
   color: #DCDC01;
 }
 .AnyTagClassName
 {
   color: #DCDC01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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