Html Css Color HEX #D6DC20 Bitter Lemon

📋 copy color: '#D6DC20'

red 214 ◦ green 220 ◦ blue 32

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

Shades of Bitter Lemon #D6DC20

Tints of Bitter Lemon #D6DC20

RGB

 RED value IS 214 (83.98% from 255) = 45.92%

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

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

R = 45.92%
G = 47.21%
B = 6.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#D6DC20 (or 0xD6DC20) is known color: Bitter Lemon. HEX triplet: D6, DC and 20. RGB value is (214,220,32). Sum of RGB (Red+Green+Blue) = 214+220+32=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 32 (12.89% from 255 or 6.87% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DC20 is #2923DF. Grayscale: #C5C5C5. Windows color (decimal): -2696160 or 2153686. OLE color: 2153686.

HSL color Cylindrical-coordinate representation of color #D6DC20: hue angle of 61.91º 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 #D6DC20 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 32 -
CMYK 0.03 0 0.85 0.14
HSL 61.91º 0.75% 0.49% -
HSV(B) 61.91º 0.85% 0.86% -
XYZ 53.59 65.59 11.2 -
YUV 196.77 35.01 140.29 -
System Red Green Blue C M Y K H S L
Decimal 214 220 32 0.03 0 0.85 0.14 61.91 0.75 0.49
Hex D6 DC 20 3 0 55 E 3E 4B 31
Octal 326 334 40 3 0 125 16 76 113 61
Binary 11010110 11011100 100000 11 0 1010101 1110 111110 1001011 110001

Color Harmonies of #D6DC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DC20

Black with #D6DC20

Text Example


Text Example

White with #D6DC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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