Html Css Color HEX #DAE032 Bitter Lemon

📋 copy color: '#DAE032'

red 218 ◦ green 224 ◦ blue 50

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

Shades of Bitter Lemon #DAE032

Tints of Bitter Lemon #DAE032

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.53%

 BLUE value IS 50 (19.92% from 255) = 10.16%

R = 44.31%
G = 45.53%
B = 10.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#DAE032 (or 0xDAE032) is known color: Bitter Lemon. HEX triplet: DA, E0 and 32. RGB value is (218,224,50). Sum of RGB (Red+Green+Blue) = 218+224+50=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 50 (19.92% from 255 or 10.16% from 492); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE032 is #251FCD. Grayscale: #CBCBCB. Windows color (decimal): -2432974 or 3334362. OLE color: 3334362.

HSL color Cylindrical-coordinate representation of color #DAE032: hue angle of 62.07º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAE032 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 224 50 -
CMYK 0.03 0 0.78 0.12
HSL 62.07º 0.74% 0.54% -
HSV(B) 62.07º 0.78% 0.88% -
XYZ 56.14 68.45 13.27 -
YUV 202.37 42.01 139.15 -
System Red Green Blue C M Y K H S L
Decimal 218 224 50 0.03 0 0.78 0.12 62.07 0.74 0.54
Hex DA E0 32 3 0 4E C 3E 4A 36
Octal 332 340 62 3 0 116 14 76 112 66
Binary 11011010 11100000 110010 11 0 1001110 1100 111110 1001010 110110

Color Harmonies of #DAE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE032

Black with #DAE032

Text Example


Text Example

White with #DAE032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE032; }

 p { color: rgb(218,224,50); }

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

background-color css

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

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

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

border-color css

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

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

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