Html Css Color HEX #DCDD05 Chartreuse Yellow

📋 copy color: '#DCDD05'

red 220 ◦ green 221 ◦ blue 5

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

Shades of Chartreuse Yellow #DCDD05

Tints of Chartreuse Yellow #DCDD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 49.33%
G = 49.55%
B = 1.12%

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

#DCDD05 (or 0xDCDD05) is known color: Chartreuse Yellow. HEX triplet: DC, DD and 05. RGB value is (220,221,5). Sum of RGB (Red+Green+Blue) = 220+221+5=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 5 (2.34% from 255 or 1.12% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDD05 is #2322FA. Grayscale: #C4C4C4. Windows color (decimal): -2302715 or 384476. OLE color: 384476.

HSL color Cylindrical-coordinate representation of color #DCDD05: 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 #DCDD05 is Cyan = 0.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 221 5 -
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.4 66.94 10.14 -
YUV 196.08 20.17 145.06 -
System Red Green Blue C M Y K H S L
Decimal 220 221 5 0.00 0 0.98 0.13 60.28 0.96 0.44
Hex DC DD 5 0 0 62 D 3C 60 2C
Octal 334 335 5 0 0 142 15 74 140 54
Binary 11011100 11011101 101 0 0 1100010 1101 111100 1100000 101100

Color Harmonies of #DCDD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD05

Black with #DCDD05

Text Example


Text Example

White with #DCDD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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