Html Css Color HEX #DADC00 Chartreuse Yellow

📋 copy color: '#DADC00'

red 218 ◦ green 220 ◦ blue 0

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

Shades of Chartreuse Yellow #DADC00

Tints of Chartreuse Yellow #DADC00

RGB

 RED value IS 218 (85.55% from 255) = 49.77%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.77%
G = 50.23%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DADC00 (or 0xDADC00) is known color: Chartreuse Yellow. HEX triplet: DA, DC and 00. RGB value is (218,220,0). Sum of RGB (Red+Green+Blue) = 218+220+0=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADC00 is #2523FF. Grayscale: #C3C3C3. Windows color (decimal): -2434048 or 56538. OLE color: 56538.

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

Color convert

RGB 218 220 0 -
CMYK 0.01 0 1 0.14
HSL 60.55º 1% 0.43% -
HSV(B) 60.55º 1% 0.86% -
XYZ 54.51 66.09 9.88 -
YUV 194.32 18.34 144.89 -
System Red Green Blue C M Y K H S L
Decimal 218 220 0 0.01 0 1 0.14 60.55 1 0.43
Hex DA DC 0 1 0 64 E 3D 64 2B
Octal 332 334 0 1 0 144 16 75 144 53
Binary 11011010 11011100 0 1 0 1100100 1110 111101 1100100 101011

Color Harmonies of #DADC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC00

Black with #DADC00

Text Example


Text Example

White with #DADC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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