Html Css Color HEX #DCDC20 Bitter Lemon

📋 copy color: '#DCDC20'

red 220 ◦ green 220 ◦ blue 32

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

Shades of Bitter Lemon #DCDC20

Tints of Bitter Lemon #DCDC20

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.61%

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

R = 46.61%
G = 46.61%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCDC20 (or 0xDCDC20) is known color: Bitter Lemon. HEX triplet: DC, DC and 20. RGB value is (220,220,32). Sum of RGB (Red+Green+Blue) = 220+220+32=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 32 (12.89% from 255 or 6.78% from 472); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDC20 is #2323DF. Grayscale: #C7C7C7. Windows color (decimal): -2302944 or 2153692. OLE color: 2153692.

HSL color Cylindrical-coordinate representation of color #DCDC20: hue angle of 60º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCDC20 is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 220 32 -
CMYK 0 0 0.85 0.14
HSL 60º 0.75% 0.49% -
HSV(B) 60º 0.85% 0.86% -
XYZ 55.37 66.51 11.29 -
YUV 198.57 34 143.29 -
System Red Green Blue C M Y K H S L
Decimal 220 220 32 0 0 0.85 0.14 60 0.75 0.49
Hex DC DC 20 0 0 55 E 3C 4B 31
Octal 334 334 40 0 0 125 16 74 113 61
Binary 11011100 11011100 100000 0 0 1010101 1110 111100 1001011 110001

Color Harmonies of #DCDC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC20

Black with #DCDC20

Text Example


Text Example

White with #DCDC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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