Html Css Color HEX #DADE26 Bitter Lemon

📋 copy color: '#DADE26'

red 218 ◦ green 222 ◦ blue 38

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

Shades of Bitter Lemon #DADE26

Tints of Bitter Lemon #DADE26

RGB

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

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

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

R = 45.61%
G = 46.44%
B = 7.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DADE26 (or 0xDADE26) is known color: Bitter Lemon. HEX triplet: DA, DE and 26. RGB value is (218,222,38). Sum of RGB (Red+Green+Blue) = 218+222+38=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 38 (15.23% from 255 or 7.95% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADE26 is #2521D9. Grayscale: #C8C8C8. Windows color (decimal): -2433498 or 2547418. OLE color: 2547418.

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

Color convert

RGB 218 222 38 -
CMYK 0.02 0 0.83 0.13
HSL 61.3º 0.74% 0.51% -
HSV(B) 61.3º 0.83% 0.87% -
XYZ 55.38 67.29 11.9 -
YUV 199.83 36.67 140.96 -
System Red Green Blue C M Y K H S L
Decimal 218 222 38 0.02 0 0.83 0.13 61.3 0.74 0.51
Hex DA DE 26 2 0 53 D 3D 4A 33
Octal 332 336 46 2 0 123 15 75 112 63
Binary 11011010 11011110 100110 10 0 1010011 1101 111101 1001010 110011

Color Harmonies of #DADE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE26

Black with #DADE26

Text Example


Text Example

White with #DADE26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE26; }

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

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

background-color css

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

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

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

border-color css

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

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

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