Html Css Color HEX #DADE2A Bitter Lemon

📋 copy color: '#DADE2A'

red 218 ◦ green 222 ◦ blue 42

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

Shades of Bitter Lemon #DADE2A

Tints of Bitter Lemon #DADE2A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.06%

 BLUE value IS 42 (16.8% from 255) = 8.71%

R = 45.23%
G = 46.06%
B = 8.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DADE2A (or 0xDADE2A) is known color: Bitter Lemon. HEX triplet: DA, DE and 2A. RGB value is (218,222,42). Sum of RGB (Red+Green+Blue) = 218+222+42=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 42 (16.80% from 255 or 8.71% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADE2A is #2521D5. Grayscale: #C9C9C9. Windows color (decimal): -2433494 or 2809562. OLE color: 2809562.

HSL color Cylindrical-coordinate representation of color #DADE2A: hue angle of 61.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DADE2A is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 222 42 -
CMYK 0.02 0 0.81 0.13
HSL 61.33º 0.73% 0.52% -
HSV(B) 61.33º 0.81% 0.87% -
XYZ 55.45 67.32 12.26 -
YUV 200.28 38.67 140.64 -
System Red Green Blue C M Y K H S L
Decimal 218 222 42 0.02 0 0.81 0.13 61.33 0.73 0.52
Hex DA DE 2A 2 0 51 D 3D 49 34
Octal 332 336 52 2 0 121 15 75 111 64
Binary 11011010 11011110 101010 10 0 1010001 1101 111101 1001001 110100

Color Harmonies of #DADE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE2A

Black with #DADE2A

Text Example


Text Example

White with #DADE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE2A; }

 p { color: rgb(218,222,42); }

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

background-color css

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

 a { background-color: rgb(218,222,42); }

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

border-color css

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

 span { border-color: rgb(218,222,42); }

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