Html Css Color HEX #DCE131 Bitter Lemon

📋 copy color: '#DCE131'

red 220 ◦ green 225 ◦ blue 49

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

Shades of Bitter Lemon #DCE131

Tints of Bitter Lemon #DCE131

RGB

 RED value IS 220 (86.33% from 255) = 44.53%

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

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

R = 44.53%
G = 45.55%
B = 9.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#DCE131 (or 0xDCE131) is known color: Bitter Lemon. HEX triplet: DC, E1 and 31. RGB value is (220,225,49). Sum of RGB (Red+Green+Blue) = 220+225+49=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 49 (19.53% from 255 or 9.92% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE131 is #231ECE. Grayscale: #CCCCCC. Windows color (decimal): -2301647 or 3269084. OLE color: 3269084.

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

Color convert

RGB 220 225 49 -
CMYK 0.02 0 0.78 0.12
HSL 61.7º 0.75% 0.54% -
HSV(B) 61.7º 0.78% 0.88% -
XYZ 56.99 69.29 13.28 -
YUV 203.44 40.84 139.81 -
System Red Green Blue C M Y K H S L
Decimal 220 225 49 0.02 0 0.78 0.12 61.7 0.75 0.54
Hex DC E1 31 2 0 4E C 3E 4B 36
Octal 334 341 61 2 0 116 14 76 113 66
Binary 11011100 11100001 110001 10 0 1001110 1100 111110 1001011 110110

Color Harmonies of #DCE131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE131

Black with #DCE131

Text Example


Text Example

White with #DCE131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE131; }

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

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

background-color css

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

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

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

border-color css

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

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

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