Html Css Color HEX #DCDC25 Bitter Lemon

📋 copy color: '#DCDC25'

red 220 ◦ green 220 ◦ blue 37

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

Shades of Bitter Lemon #DCDC25

Tints of Bitter Lemon #DCDC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.76%

R = 46.12%
G = 46.12%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCDC25 (or 0xDCDC25) is known color: Bitter Lemon. HEX triplet: DC, DC and 25. RGB value is (220,220,37). Sum of RGB (Red+Green+Blue) = 220+220+37=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 37 (14.84% from 255 or 7.76% from 477); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDC25 is #2323DA. Grayscale: #C7C7C7. Windows color (decimal): -2302939 or 2481372. OLE color: 2481372.

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

Color convert

RGB 220 220 37 -
CMYK 0 0 0.83 0.14
HSL 60º 0.72% 0.5% -
HSV(B) 60º 0.83% 0.86% -
XYZ 55.44 66.54 11.67 -
YUV 199.14 36.5 142.88 -
System Red Green Blue C M Y K H S L
Decimal 220 220 37 0 0 0.83 0.14 60 0.72 0.5
Hex DC DC 25 0 0 53 E 3C 48 32
Octal 334 334 45 0 0 123 16 74 110 62
Binary 11011100 11011100 100101 0 0 1010011 1110 111100 1001000 110010

Color Harmonies of #DCDC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC25

Black with #DCDC25

Text Example


Text Example

White with #DCDC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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