Html Css Color HEX #DADD01 Chartreuse Yellow

📋 copy color: '#DADD01'

red 218 ◦ green 221 ◦ blue 1

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

Shades of Chartreuse Yellow #DADD01

Tints of Chartreuse Yellow #DADD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 49.55%
G = 50.23%
B = 0.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DADD01 (or 0xDADD01) is known color: Chartreuse Yellow. HEX triplet: DA, DD and 01. RGB value is (218,221,1). Sum of RGB (Red+Green+Blue) = 218+221+1=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 1 (0.78% from 255 or 0.23% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADD01 is #2522FE. Grayscale: #C3C3C3. Windows color (decimal): -2433791 or 122330. OLE color: 122330.

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

Color convert

RGB 218 221 1 -
CMYK 0.01 0 1.00 0.13
HSL 60.82º 0.99% 0.44% -
HSV(B) 60.82º 1% 0.87% -
XYZ 54.78 66.62 10 -
YUV 195.02 18.51 144.39 -
System Red Green Blue C M Y K H S L
Decimal 218 221 1 0.01 0 1.00 0.13 60.82 0.99 0.44
Hex DA DD 1 1 0 64 D 3D 63 2C
Octal 332 335 1 1 0 144 15 75 143 54
Binary 11011010 11011101 1 1 0 1100100 1101 111101 1100011 101100

Color Harmonies of #DADD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD01

Black with #DADD01

Text Example


Text Example

White with #DADD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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