Html Css Color HEX #D2DC20 Bitter Lemon

📋 copy color: '#D2DC20'

red 210 ◦ green 220 ◦ blue 32

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

Shades of Bitter Lemon #D2DC20

Tints of Bitter Lemon #D2DC20

RGB

 RED value IS 210 (82.42% from 255) = 45.45%

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

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

R = 45.45%
G = 47.62%
B = 6.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#D2DC20 (or 0xD2DC20) is known color: Bitter Lemon. HEX triplet: D2, DC and 20. RGB value is (210,220,32). Sum of RGB (Red+Green+Blue) = 210+220+32=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 32 (12.89% from 255 or 6.93% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DC20 is #2D23DF. Grayscale: #C4C4C4. Windows color (decimal): -2958304 or 2153682. OLE color: 2153682.

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

Color convert

RGB 210 220 32 -
CMYK 0.05 0 0.85 0.14
HSL 63.19º 0.75% 0.49% -
HSV(B) 63.19º 0.85% 0.86% -
XYZ 52.43 64.99 11.15 -
YUV 195.58 35.69 138.29 -
System Red Green Blue C M Y K H S L
Decimal 210 220 32 0.05 0 0.85 0.14 63.19 0.75 0.49
Hex D2 DC 20 5 0 55 E 3F 4B 31
Octal 322 334 40 5 0 125 16 77 113 61
Binary 11010010 11011100 100000 101 0 1010101 1110 111111 1001011 110001

Color Harmonies of #D2DC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DC20

Black with #D2DC20

Text Example


Text Example

White with #D2DC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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