Html Css Color HEX #DCDC31 Bitter Lemon

📋 copy color: '#DCDC31'

red 220 ◦ green 220 ◦ blue 49

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

Shades of Bitter Lemon #DCDC31

Tints of Bitter Lemon #DCDC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.02%

R = 44.99%
G = 44.99%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCDC31 (or 0xDCDC31) is known color: Bitter Lemon. HEX triplet: DC, DC and 31. RGB value is (220,220,49). Sum of RGB (Red+Green+Blue) = 220+220+49=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 49 (19.53% from 255 or 10.02% from 489); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDC31 is #2323CE. Grayscale: #C9C9C9. Windows color (decimal): -2302927 or 3267804. OLE color: 3267804.

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

Color convert

RGB 220 220 49 -
CMYK 0 0 0.78 0.14
HSL 60º 0.71% 0.53% -
HSV(B) 60º 0.78% 0.86% -
XYZ 55.66 66.62 12.83 -
YUV 200.51 42.5 141.9 -
System Red Green Blue C M Y K H S L
Decimal 220 220 49 0 0 0.78 0.14 60 0.71 0.53
Hex DC DC 31 0 0 4E E 3C 47 35
Octal 334 334 61 0 0 116 16 74 107 65
Binary 11011100 11011100 110001 0 0 1001110 1110 111100 1000111 110101

Color Harmonies of #DCDC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC31

Black with #DCDC31

Text Example


Text Example

White with #DCDC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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