Html Css Color HEX #DCE023 Bitter Lemon

📋 copy color: '#DCE023'

red 220 ◦ green 224 ◦ blue 35

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

Shades of Bitter Lemon #DCE023

Tints of Bitter Lemon #DCE023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.31%

R = 45.93%
G = 46.76%
B = 7.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#DCE023 (or 0xDCE023) is known color: Bitter Lemon. HEX triplet: DC, E0 and 23. RGB value is (220,224,35). Sum of RGB (Red+Green+Blue) = 220+224+35=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 35 (14.06% from 255 or 7.31% from 479); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE023 is #231FDC. Grayscale: #CACACA. Windows color (decimal): -2301917 or 2351324. OLE color: 2351324.

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

Color convert

RGB 220 224 35 -
CMYK 0.02 0 0.84 0.12
HSL 61.27º 0.75% 0.51% -
HSV(B) 61.27º 0.84% 0.88% -
XYZ 56.47 68.65 11.86 -
YUV 201.26 34.17 141.37 -
System Red Green Blue C M Y K H S L
Decimal 220 224 35 0.02 0 0.84 0.12 61.27 0.75 0.51
Hex DC E0 23 2 0 54 C 3D 4B 33
Octal 334 340 43 2 0 124 14 75 113 63
Binary 11011100 11100000 100011 10 0 1010100 1100 111101 1001011 110011

Color Harmonies of #DCE023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE023

Black with #DCE023

Text Example


Text Example

White with #DCE023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE023; }

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

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

background-color css

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

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

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

border-color css

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

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

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