Html Css Color HEX #DCDD04 Chartreuse Yellow

📋 copy color: '#DCDD04'

red 220 ◦ green 221 ◦ blue 4

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

Shades of Chartreuse Yellow #DCDD04

Tints of Chartreuse Yellow #DCDD04

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.66%

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 49.44%
G = 49.66%
B = 0.9%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DCDD04 (or 0xDCDD04) is known color: Chartreuse Yellow. HEX triplet: DC, DD and 04. RGB value is (220,221,4). Sum of RGB (Red+Green+Blue) = 220+221+4=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 4 (1.95% from 255 or 0.90% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDD04 is #2322FB. Grayscale: #C4C4C4. Windows color (decimal): -2302716 or 318940. OLE color: 318940.

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

Color convert

RGB 220 221 4 -
CMYK 0.00 0 0.98 0.13
HSL 60.28º 0.96% 0.44% -
HSV(B) 60.28º 0.98% 0.87% -
XYZ 55.39 66.94 10.12 -
YUV 195.96 19.67 145.14 -
System Red Green Blue C M Y K H S L
Decimal 220 221 4 0.00 0 0.98 0.13 60.28 0.96 0.44
Hex DC DD 4 0 0 62 D 3C 60 2C
Octal 334 335 4 0 0 142 15 74 140 54
Binary 11011100 11011101 100 0 0 1100010 1101 111100 1100000 101100

Color Harmonies of #DCDD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD04

Black with #DCDD04

Text Example


Text Example

White with #DCDD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD04; }

 p { color: rgb(220,221,4); }

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

background-color css

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

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

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

border-color css

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

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

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