Html Css Color HEX #DCDF20 Bitter Lemon

📋 copy color: '#DCDF20'

red 220 ◦ green 223 ◦ blue 32

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

Shades of Bitter Lemon #DCDF20

Tints of Bitter Lemon #DCDF20

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.95%

 BLUE value IS 32 (12.89% from 255) = 6.74%

R = 46.32%
G = 46.95%
B = 6.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DCDF20 (or 0xDCDF20) is known color: Bitter Lemon. HEX triplet: DC, DF and 20. RGB value is (220,223,32). Sum of RGB (Red+Green+Blue) = 220+223+32=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF20 is #2320DF. Grayscale: #C9C9C9. Windows color (decimal): -2302176 or 2154460. OLE color: 2154460.

HSL color Cylindrical-coordinate representation of color #DCDF20: hue angle of 60.94º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCDF20 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 223 32 -
CMYK 0.01 0 0.86 0.13
HSL 60.94º 0.75% 0.5% -
HSV(B) 60.94º 0.86% 0.87% -
XYZ 56.16 68.1 11.55 -
YUV 200.33 33.01 142.03 -
System Red Green Blue C M Y K H S L
Decimal 220 223 32 0.01 0 0.86 0.13 60.94 0.75 0.5
Hex DC DF 20 1 0 56 D 3D 4B 32
Octal 334 337 40 1 0 126 15 75 113 62
Binary 11011100 11011111 100000 1 0 1010110 1101 111101 1001011 110010

Color Harmonies of #DCDF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF20

Black with #DCDF20

Text Example


Text Example

White with #DCDF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF20; }

 p { color: rgb(220,223,32); }

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

background-color css

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

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

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

border-color css

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

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

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