Html Css Color HEX #DADD04 Chartreuse Yellow

📋 copy color: '#DADD04'

red 218 ◦ green 221 ◦ blue 4

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

Shades of Chartreuse Yellow #DADD04

Tints of Chartreuse Yellow #DADD04

RGB

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

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

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

R = 49.21%
G = 49.89%
B = 0.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DADD04 (or 0xDADD04) is known color: Chartreuse Yellow. HEX triplet: DA, DD and 04. RGB value is (218,221,4). Sum of RGB (Red+Green+Blue) = 218+221+4=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 4 (1.95% from 255 or 0.90% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADD04 is #2522FB. Grayscale: #C4C4C4. Windows color (decimal): -2433788 or 318938. OLE color: 318938.

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

Color convert

RGB 218 221 4 -
CMYK 0.01 0 0.98 0.13
HSL 60.83º 0.96% 0.44% -
HSV(B) 60.83º 0.98% 0.87% -
XYZ 54.79 66.63 10.09 -
YUV 195.37 20.01 144.14 -
System Red Green Blue C M Y K H S L
Decimal 218 221 4 0.01 0 0.98 0.13 60.83 0.96 0.44
Hex DA DD 4 1 0 62 D 3D 60 2C
Octal 332 335 4 1 0 142 15 75 140 54
Binary 11011010 11011101 100 1 0 1100010 1101 111101 1100000 101100

Color Harmonies of #DADD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD04

Black with #DADD04

Text Example


Text Example

White with #DADD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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