Html Css Color HEX #DCDC28 Bitter Lemon

📋 copy color: '#DCDC28'

red 220 ◦ green 220 ◦ blue 40

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

Shades of Bitter Lemon #DCDC28

Tints of Bitter Lemon #DCDC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.33%

R = 45.83%
G = 45.83%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCDC28 (or 0xDCDC28) is known color: Bitter Lemon. HEX triplet: DC, DC and 28. RGB value is (220,220,40). Sum of RGB (Red+Green+Blue) = 220+220+40=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 40 (16.02% from 255 or 8.33% from 480); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDC28 is #2323D7. Grayscale: #C8C8C8. Windows color (decimal): -2302936 or 2677980. OLE color: 2677980.

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

Color convert

RGB 220 220 40 -
CMYK 0 0 0.82 0.14
HSL 60º 0.72% 0.51% -
HSV(B) 60º 0.82% 0.86% -
XYZ 55.49 66.56 11.93 -
YUV 199.48 38 142.64 -
System Red Green Blue C M Y K H S L
Decimal 220 220 40 0 0 0.82 0.14 60 0.72 0.51
Hex DC DC 28 0 0 52 E 3C 48 33
Octal 334 334 50 0 0 122 16 74 110 63
Binary 11011100 11011100 101000 0 0 1010010 1110 111100 1001000 110011

Color Harmonies of #DCDC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC28

Black with #DCDC28

Text Example


Text Example

White with #DCDC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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