Html Css Color HEX #DCDC1D Bitter Lemon

📋 copy color: '#DCDC1D'

red 220 ◦ green 220 ◦ blue 29

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

Shades of Bitter Lemon #DCDC1D

Tints of Bitter Lemon #DCDC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.18%

R = 46.91%
G = 46.91%
B = 6.18%

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

#DCDC1D (or 0xDCDC1D) is known color: Bitter Lemon. HEX triplet: DC, DC and 1D. RGB value is (220,220,29). Sum of RGB (Red+Green+Blue) = 220+220+29=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 29 (11.72% from 255 or 6.18% from 469); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDC1D is #2323E2. Grayscale: #C6C6C6. Windows color (decimal): -2302947 or 1957084. OLE color: 1957084.

HSL color Cylindrical-coordinate representation of color #DCDC1D: 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 #DCDC1D is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 220 29 -
CMYK 0 0 0.87 0.14
HSL 60º 0.77% 0.49% -
HSV(B) 60º 0.87% 0.86% -
XYZ 55.33 66.49 11.08 -
YUV 198.23 32.5 143.53 -
System Red Green Blue C M Y K H S L
Decimal 220 220 29 0 0 0.87 0.14 60 0.77 0.49
Hex DC DC 1D 0 0 57 E 3C 4D 31
Octal 334 334 35 0 0 127 16 74 115 61
Binary 11011100 11011100 11101 0 0 1010111 1110 111100 1001101 110001

Color Harmonies of #DCDC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC1D

Black with #DCDC1D

Text Example


Text Example

White with #DCDC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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