Html Css Color HEX #DCE031 Bitter Lemon

📋 copy color: '#DCE031'

red 220 ◦ green 224 ◦ blue 49

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

Shades of Bitter Lemon #DCE031

Tints of Bitter Lemon #DCE031

RGB

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

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

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

R = 44.62%
G = 45.44%
B = 9.94%

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

#DCE031 (or 0xDCE031) is known color: Bitter Lemon. HEX triplet: DC, E0 and 31. RGB value is (220,224,49). Sum of RGB (Red+Green+Blue) = 220+224+49=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 49 (19.53% from 255 or 9.94% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE031 is #231FCE. Grayscale: #CBCBCB. Windows color (decimal): -2301903 or 3268828. OLE color: 3268828.

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

Color convert

RGB 220 224 49 -
CMYK 0.02 0 0.78 0.12
HSL 61.37º 0.74% 0.54% -
HSV(B) 61.37º 0.78% 0.88% -
XYZ 56.73 68.75 13.19 -
YUV 202.85 41.17 140.23 -
System Red Green Blue C M Y K H S L
Decimal 220 224 49 0.02 0 0.78 0.12 61.37 0.74 0.54
Hex DC E0 31 2 0 4E C 3D 4A 36
Octal 334 340 61 2 0 116 14 75 112 66
Binary 11011100 11100000 110001 10 0 1001110 1100 111101 1001010 110110

Color Harmonies of #DCE031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE031

Black with #DCE031

Text Example


Text Example

White with #DCE031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE031; }

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

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

background-color css

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

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

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

border-color css

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

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

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