Html Css Color HEX #DCDC29 Bitter Lemon

📋 copy color: '#DCDC29'

red 220 ◦ green 220 ◦ blue 41

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

Shades of Bitter Lemon #DCDC29

Tints of Bitter Lemon #DCDC29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.52%

R = 45.74%
G = 45.74%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCDC29 (or 0xDCDC29) is known color: Bitter Lemon. HEX triplet: DC, DC and 29. RGB value is (220,220,41). Sum of RGB (Red+Green+Blue) = 220+220+41=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 41 (16.41% from 255 or 8.52% from 481); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDC29 is #2323D6. Grayscale: #C8C8C8. Windows color (decimal): -2302935 or 2743516. OLE color: 2743516.

HSL color Cylindrical-coordinate representation of color #DCDC29: 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.81%. Process color model (Four color, CMYK) of #DCDC29 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 220 41 -
CMYK 0 0 0.81 0.14
HSL 60º 0.72% 0.51% -
HSV(B) 60º 0.81% 0.86% -
XYZ 55.51 66.56 12.02 -
YUV 199.59 38.5 142.55 -
System Red Green Blue C M Y K H S L
Decimal 220 220 41 0 0 0.81 0.14 60 0.72 0.51
Hex DC DC 29 0 0 51 E 3C 48 33
Octal 334 334 51 0 0 121 16 74 110 63
Binary 11011100 11011100 101001 0 0 1010001 1110 111100 1001000 110011

Color Harmonies of #DCDC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC29

Black with #DCDC29

Text Example


Text Example

White with #DCDC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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