Html Css Color HEX #DCDC2B Bitter Lemon

📋 copy color: '#DCDC2B'

red 220 ◦ green 220 ◦ blue 43

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

Shades of Bitter Lemon #DCDC2B

Tints of Bitter Lemon #DCDC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.9%

R = 45.55%
G = 45.55%
B = 8.9%

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

#DCDC2B (or 0xDCDC2B) is known color: Bitter Lemon. HEX triplet: DC, DC and 2B. RGB value is (220,220,43). Sum of RGB (Red+Green+Blue) = 220+220+43=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 43 (17.19% from 255 or 8.90% from 483); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDC2B is #2323D4. Grayscale: #C8C8C8. Windows color (decimal): -2302933 or 2874588. OLE color: 2874588.

HSL color Cylindrical-coordinate representation of color #DCDC2B: hue angle of 60º degrees, saturation: 0.72, 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 #DCDC2B is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 220 43 -
CMYK 0 0 0.80 0.14
HSL 60º 0.72% 0.52% -
HSV(B) 60º 0.8% 0.86% -
XYZ 55.54 66.58 12.21 -
YUV 199.82 39.5 142.39 -
System Red Green Blue C M Y K H S L
Decimal 220 220 43 0 0 0.80 0.14 60 0.72 0.52
Hex DC DC 2B 0 0 50 E 3C 48 34
Octal 334 334 53 0 0 120 16 74 110 64
Binary 11011100 11011100 101011 0 0 1010000 1110 111100 1001000 110100

Color Harmonies of #DCDC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC2B

Black with #DCDC2B

Text Example


Text Example

White with #DCDC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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