Html Css Color HEX #DAE035 Bitter Lemon

📋 copy color: '#DAE035'

red 218 ◦ green 224 ◦ blue 53

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

Shades of Bitter Lemon #DAE035

Tints of Bitter Lemon #DAE035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.71%

R = 44.04%
G = 45.25%
B = 10.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#DAE035 (or 0xDAE035) is known color: Bitter Lemon. HEX triplet: DA, E0 and 35. RGB value is (218,224,53). Sum of RGB (Red+Green+Blue) = 218+224+53=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 53 (21.09% from 255 or 10.71% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE035 is #251FCA. Grayscale: #CBCBCB. Windows color (decimal): -2432971 or 3530970. OLE color: 3530970.

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

Color convert

RGB 218 224 53 -
CMYK 0.03 0 0.76 0.12
HSL 62.11º 0.73% 0.54% -
HSV(B) 62.11º 0.76% 0.88% -
XYZ 56.21 68.47 13.62 -
YUV 202.71 43.51 138.9 -
System Red Green Blue C M Y K H S L
Decimal 218 224 53 0.03 0 0.76 0.12 62.11 0.73 0.54
Hex DA E0 35 3 0 4C C 3E 49 36
Octal 332 340 65 3 0 114 14 76 111 66
Binary 11011010 11100000 110101 11 0 1001100 1100 111110 1001001 110110

Color Harmonies of #DAE035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE035

Black with #DAE035

Text Example


Text Example

White with #DAE035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE035; }

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

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

background-color css

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

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

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

border-color css

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

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

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