Html Css Color HEX #DADA26 Bitter Lemon

📋 copy color: '#DADA26'

red 218 ◦ green 218 ◦ blue 38

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

Shades of Bitter Lemon #DADA26

Tints of Bitter Lemon #DADA26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.02%

R = 45.99%
G = 45.99%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DADA26 (or 0xDADA26) is known color: Bitter Lemon. HEX triplet: DA, DA and 26. RGB value is (218,218,38). Sum of RGB (Red+Green+Blue) = 218+218+38=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 38 (15.23% from 255 or 8.02% from 474); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA26 is #2525D9. Grayscale: #C6C6C6. Windows color (decimal): -2434522 or 2546394. OLE color: 2546394.

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

Color convert

RGB 218 218 38 -
CMYK 0 0 0.83 0.15
HSL 60º 0.71% 0.5% -
HSV(B) 60º 0.83% 0.85% -
XYZ 54.33 65.19 11.55 -
YUV 197.48 38 142.64 -
System Red Green Blue C M Y K H S L
Decimal 218 218 38 0 0 0.83 0.15 60 0.71 0.5
Hex DA DA 26 0 0 53 F 3C 47 32
Octal 332 332 46 0 0 123 17 74 107 62
Binary 11011010 11011010 100110 0 0 1010011 1111 111100 1000111 110010

Color Harmonies of #DADA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA26

Black with #DADA26

Text Example


Text Example

White with #DADA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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