#DCDD00

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

Shades of Chartreuse Yellow #DCDD00

Tints of Chartreuse Yellow #DCDD00

Color information

#DCDD00 (or 0xDCDD00) is unknown color: approx Chartreuse Yellow. HEX triplet: DC, DD and 00. RGB value is (220,221,0). Sum of RGB (Red+Green+Blue) = 220+221+0=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDD00 is #2322FF. Grayscale: #C4C4C4. Windows color (decimal): -2302720 or 56796. OLE color: 56796.

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

Color convert

RGB2202210-
CMYK0.00010.13
HSL60.27º100%43.33%-
HSV(B)60.27º100%86.67%-
XYZ55.3766.9310-
YUV195.5117.67145.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.89%
GREEN value IS 221 (86.72% from 255) = 50.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.89%
G=50.11%
B=0%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22022100.00010.1360.2710043.33
HexDCDD00064D3c642b
Octal334335000144157414453
Binary1101110011011101000110010011011111001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD00; }

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

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

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

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

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

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

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

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