Html Css Color HEX #DAE130 Bitter Lemon

📋 copy color: '#DAE130'

red 218 ◦ green 225 ◦ blue 48

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

Shades of Bitter Lemon #DAE130

Tints of Bitter Lemon #DAE130

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.82%

 BLUE value IS 48 (19.14% from 255) = 9.78%

R = 44.4%
G = 45.82%
B = 9.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#DAE130 (or 0xDAE130) is known color: Bitter Lemon. HEX triplet: DA, E1 and 30. RGB value is (218,225,48). Sum of RGB (Red+Green+Blue) = 218+225+48=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE130 is #251ECF. Grayscale: #CBCBCB. Windows color (decimal): -2432720 or 3203546. OLE color: 3203546.

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

Color convert

RGB 218 225 48 -
CMYK 0.03 0 0.79 0.12
HSL 62.37º 0.75% 0.54% -
HSV(B) 62.37º 0.79% 0.88% -
XYZ 56.37 68.97 13.14 -
YUV 202.73 40.68 138.89 -
System Red Green Blue C M Y K H S L
Decimal 218 225 48 0.03 0 0.79 0.12 62.37 0.75 0.54
Hex DA E1 30 3 0 4F C 3E 4B 36
Octal 332 341 60 3 0 117 14 76 113 66
Binary 11011010 11100001 110000 11 0 1001111 1100 111110 1001011 110110

Color Harmonies of #DAE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE130

Black with #DAE130

Text Example


Text Example

White with #DAE130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE130; }

 p { color: rgb(218,225,48); }

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

background-color css

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

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

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

border-color css

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

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

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