Html Css Color HEX #DCDE20 Bitter Lemon

📋 copy color: '#DCDE20'

red 220 ◦ green 222 ◦ blue 32

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

Shades of Bitter Lemon #DCDE20

Tints of Bitter Lemon #DCDE20

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.84%

 BLUE value IS 32 (12.89% from 255) = 6.75%

R = 46.41%
G = 46.84%
B = 6.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DCDE20 (or 0xDCDE20) is known color: Bitter Lemon. HEX triplet: DC, DE and 20. RGB value is (220,222,32). Sum of RGB (Red+Green+Blue) = 220+222+32=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 32 (12.89% from 255 or 6.75% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE20 is #2321DF. Grayscale: #C8C8C8. Windows color (decimal): -2302432 or 2154204. OLE color: 2154204.

HSL color Cylindrical-coordinate representation of color #DCDE20: hue angle of 60.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCDE20 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 222 32 -
CMYK 0.01 0 0.86 0.13
HSL 60.63º 0.75% 0.5% -
HSV(B) 60.63º 0.86% 0.87% -
XYZ 55.9 67.56 11.46 -
YUV 199.74 33.34 142.45 -
System Red Green Blue C M Y K H S L
Decimal 220 222 32 0.01 0 0.86 0.13 60.63 0.75 0.5
Hex DC DE 20 1 0 56 D 3D 4B 32
Octal 334 336 40 1 0 126 15 75 113 62
Binary 11011100 11011110 100000 1 0 1010110 1101 111101 1001011 110010

Color Harmonies of #DCDE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDE20

Black with #DCDE20

Text Example


Text Example

White with #DCDE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDE20; }

 p { color: rgb(220,222,32); }

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

background-color css

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

 a { background-color: rgb(220,222,32); }

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

border-color css

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

 span { border-color: rgb(220,222,32); }

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