Html Css Color HEX #DADC20 Bitter Lemon

📋 copy color: '#DADC20'

red 218 ◦ green 220 ◦ blue 32

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

Shades of Bitter Lemon #DADC20

Tints of Bitter Lemon #DADC20

RGB

 RED value IS 218 (85.55% from 255) = 46.38%

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

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

R = 46.38%
G = 46.81%
B = 6.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DADC20 (or 0xDADC20) is known color: Bitter Lemon. HEX triplet: DA, DC and 20. RGB value is (218,220,32). Sum of RGB (Red+Green+Blue) = 218+220+32=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 32 (12.89% from 255 or 6.81% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC20 is #2523DF. Grayscale: #C6C6C6. Windows color (decimal): -2434016 or 2153690. OLE color: 2153690.

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

Color convert

RGB 218 220 32 -
CMYK 0.01 0 0.85 0.14
HSL 60.64º 0.75% 0.49% -
HSV(B) 60.64º 0.85% 0.86% -
XYZ 54.77 66.2 11.26 -
YUV 197.97 34.34 142.29 -
System Red Green Blue C M Y K H S L
Decimal 218 220 32 0.01 0 0.85 0.14 60.64 0.75 0.49
Hex DA DC 20 1 0 55 E 3D 4B 31
Octal 332 334 40 1 0 125 16 75 113 61
Binary 11011010 11011100 100000 1 0 1010101 1110 111101 1001011 110001

Color Harmonies of #DADC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC20

Black with #DADC20

Text Example


Text Example

White with #DADC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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