Html Css Color HEX #DADA2E Bitter Lemon

📋 copy color: '#DADA2E'

red 218 ◦ green 218 ◦ blue 46

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

Shades of Bitter Lemon #DADA2E

Tints of Bitter Lemon #DADA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.54%

R = 45.23%
G = 45.23%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DADA2E (or 0xDADA2E) is known color: Bitter Lemon. HEX triplet: DA, DA and 2E. RGB value is (218,218,46). Sum of RGB (Red+Green+Blue) = 218+218+46=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 46 (18.36% from 255 or 9.54% from 482); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA2E is #2525D1. Grayscale: #C7C7C7. Windows color (decimal): -2434514 or 3070682. OLE color: 3070682.

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

Color convert

RGB 218 218 46 -
CMYK 0 0 0.79 0.15
HSL 60º 0.7% 0.52% -
HSV(B) 60º 0.79% 0.85% -
XYZ 54.48 65.25 12.31 -
YUV 198.39 42 141.99 -
System Red Green Blue C M Y K H S L
Decimal 218 218 46 0 0 0.79 0.15 60 0.7 0.52
Hex DA DA 2E 0 0 4F F 3C 46 34
Octal 332 332 56 0 0 117 17 74 106 64
Binary 11011010 11011010 101110 0 0 1001111 1111 111100 1000110 110100

Color Harmonies of #DADA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA2E

Black with #DADA2E

Text Example


Text Example

White with #DADA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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