Html Css Color HEX #DCDC02 Chartreuse Yellow

📋 copy color: '#DCDC02'

red 220 ◦ green 220 ◦ blue 2

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

Shades of Chartreuse Yellow #DCDC02

Tints of Chartreuse Yellow #DCDC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 49.77%
G = 49.77%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCDC02 (or 0xDCDC02) is known color: Chartreuse Yellow. HEX triplet: DC, DC and 02. RGB value is (220,220,2). Sum of RGB (Red+Green+Blue) = 220+220+2=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 2 (1.17% from 255 or 0.45% from 442); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDC02 is #2323FD. Grayscale: #C4C4C4. Windows color (decimal): -2302974 or 187612. OLE color: 187612.

HSL color Cylindrical-coordinate representation of color #DCDC02: hue angle of 60º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCDC02 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 220 2 -
CMYK 0 0 0.99 0.14
HSL 60º 0.98% 0.44% -
HSV(B) 60º 0.99% 0.86% -
XYZ 55.12 66.41 9.97 -
YUV 195.15 19 145.73 -
System Red Green Blue C M Y K H S L
Decimal 220 220 2 0 0 0.99 0.14 60 0.98 0.44
Hex DC DC 2 0 0 63 E 3C 62 2C
Octal 334 334 2 0 0 143 16 74 142 54
Binary 11011100 11011100 10 0 0 1100011 1110 111100 1100010 101100

Color Harmonies of #DCDC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC02

Black with #DCDC02

Text Example


Text Example

White with #DCDC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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