Html Css Color HEX #DCDC1C Bitter Lemon

📋 copy color: '#DCDC1C'

red 220 ◦ green 220 ◦ blue 28

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

Shades of Bitter Lemon #DCDC1C

Tints of Bitter Lemon #DCDC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.98%

R = 47.01%
G = 47.01%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCDC1C (or 0xDCDC1C) is known color: Bitter Lemon. HEX triplet: DC, DC and 1C. RGB value is (220,220,28). Sum of RGB (Red+Green+Blue) = 220+220+28=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 28 (11.33% from 255 or 5.98% from 468); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDC1C is #2323E3. Grayscale: #C6C6C6. Windows color (decimal): -2302948 or 1891548. OLE color: 1891548.

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

Color convert

RGB 220 220 28 -
CMYK 0 0 0.87 0.14
HSL 60º 0.77% 0.49% -
HSV(B) 60º 0.87% 0.86% -
XYZ 55.32 66.49 11.02 -
YUV 198.11 32 143.61 -
System Red Green Blue C M Y K H S L
Decimal 220 220 28 0 0 0.87 0.14 60 0.77 0.49
Hex DC DC 1C 0 0 57 E 3C 4D 31
Octal 334 334 34 0 0 127 16 74 115 61
Binary 11011100 11011100 11100 0 0 1010111 1110 111100 1001101 110001

Color Harmonies of #DCDC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC1C

Black with #DCDC1C

Text Example


Text Example

White with #DCDC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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