Html Css Color HEX #DCDC2D Bitter Lemon

📋 copy color: '#DCDC2D'

red 220 ◦ green 220 ◦ blue 45

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

Shades of Bitter Lemon #DCDC2D

Tints of Bitter Lemon #DCDC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.28%

R = 45.36%
G = 45.36%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCDC2D (or 0xDCDC2D) is known color: Bitter Lemon. HEX triplet: DC, DC and 2D. RGB value is (220,220,45). Sum of RGB (Red+Green+Blue) = 220+220+45=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDC2D is #2323D2. Grayscale: #C8C8C8. Windows color (decimal): -2302931 or 3005660. OLE color: 3005660.

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

Color convert

RGB 220 220 45 -
CMYK 0 0 0.80 0.14
HSL 60º 0.71% 0.52% -
HSV(B) 60º 0.8% 0.86% -
XYZ 55.58 66.59 12.41 -
YUV 200.05 40.5 142.23 -
System Red Green Blue C M Y K H S L
Decimal 220 220 45 0 0 0.80 0.14 60 0.71 0.52
Hex DC DC 2D 0 0 50 E 3C 47 34
Octal 334 334 55 0 0 120 16 74 107 64
Binary 11011100 11011100 101101 0 0 1010000 1110 111100 1000111 110100

Color Harmonies of #DCDC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC2D

Black with #DCDC2D

Text Example


Text Example

White with #DCDC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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