Html Css Color HEX #DAE131 Bitter Lemon

📋 copy color: '#DAE131'

red 218 ◦ green 225 ◦ blue 49

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

Shades of Bitter Lemon #DAE131

Tints of Bitter Lemon #DAE131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.96%

R = 44.31%
G = 45.73%
B = 9.96%

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

#DAE131 (or 0xDAE131) is known color: Bitter Lemon. HEX triplet: DA, E1 and 31. RGB value is (218,225,49). Sum of RGB (Red+Green+Blue) = 218+225+49=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 49 (19.53% from 255 or 9.96% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE131 is #251ECE. Grayscale: #CBCBCB. Windows color (decimal): -2432719 or 3269082. OLE color: 3269082.

HSL color Cylindrical-coordinate representation of color #DAE131: hue angle of 62.39º degrees, saturation: 0.75, 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 #DAE131 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 49 -
CMYK 0.03 0 0.78 0.12
HSL 62.39º 0.75% 0.54% -
HSV(B) 62.39º 0.78% 0.88% -
XYZ 56.39 68.98 13.25 -
YUV 202.84 41.18 138.81 -
System Red Green Blue C M Y K H S L
Decimal 218 225 49 0.03 0 0.78 0.12 62.39 0.75 0.54
Hex DA E1 31 3 0 4E C 3E 4B 36
Octal 332 341 61 3 0 116 14 76 113 66
Binary 11011010 11100001 110001 11 0 1001110 1100 111110 1001011 110110

Color Harmonies of #DAE131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE131

Black with #DAE131

Text Example


Text Example

White with #DAE131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE131; }

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

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

background-color css

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

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

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

border-color css

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

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

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