Html Css Color HEX #DADA1E Bitter Lemon

📋 copy color: '#DADA1E'

red 218 ◦ green 218 ◦ blue 30

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

Shades of Bitter Lemon #DADA1E

Tints of Bitter Lemon #DADA1E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.78%

 BLUE value IS 30 (12.11% from 255) = 6.44%

R = 46.78%
G = 46.78%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DADA1E (or 0xDADA1E) is known color: Bitter Lemon. HEX triplet: DA, DA and 1E. RGB value is (218,218,30). Sum of RGB (Red+Green+Blue) = 218+218+30=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 30 (12.11% from 255 or 6.44% from 466); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA1E is #2525E1. Grayscale: #C5C5C5. Windows color (decimal): -2434530 or 2022106. OLE color: 2022106.

HSL color Cylindrical-coordinate representation of color #DADA1E: hue angle of 60º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DADA1E is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 218 30 -
CMYK 0 0 0.86 0.15
HSL 60º 0.76% 0.49% -
HSV(B) 60º 0.86% 0.85% -
XYZ 54.22 65.14 10.94 -
YUV 196.57 34 143.29 -
System Red Green Blue C M Y K H S L
Decimal 218 218 30 0 0 0.86 0.15 60 0.76 0.49
Hex DA DA 1E 0 0 56 F 3C 4C 31
Octal 332 332 36 0 0 126 17 74 114 61
Binary 11011010 11011010 11110 0 0 1010110 1111 111100 1001100 110001

Color Harmonies of #DADA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA1E

Black with #DADA1E

Text Example


Text Example

White with #DADA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA1E; }

 p { color: rgb(218,218,30); }

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

background-color css

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

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

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

border-color css

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

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

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