Html Css Color HEX #DCDC1E Bitter Lemon

📋 copy color: '#DCDC1E'

red 220 ◦ green 220 ◦ blue 30

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

Shades of Bitter Lemon #DCDC1E

Tints of Bitter Lemon #DCDC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.38%

R = 46.81%
G = 46.81%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCDC1E (or 0xDCDC1E) is known color: Bitter Lemon. HEX triplet: DC, DC and 1E. RGB value is (220,220,30). Sum of RGB (Red+Green+Blue) = 220+220+30=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 30 (12.11% from 255 or 6.38% from 470); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDC1E is #2323E1. Grayscale: #C7C7C7. Windows color (decimal): -2302946 or 2022620. OLE color: 2022620.

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

Color convert

RGB 220 220 30 -
CMYK 0 0 0.86 0.14
HSL 60º 0.76% 0.49% -
HSV(B) 60º 0.86% 0.86% -
XYZ 55.34 66.5 11.15 -
YUV 198.34 33 143.45 -
System Red Green Blue C M Y K H S L
Decimal 220 220 30 0 0 0.86 0.14 60 0.76 0.49
Hex DC DC 1E 0 0 56 E 3C 4C 31
Octal 334 334 36 0 0 126 16 74 114 61
Binary 11011100 11011100 11110 0 0 1010110 1110 111100 1001100 110001

Color Harmonies of #DCDC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC1E

Black with #DCDC1E

Text Example


Text Example

White with #DCDC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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