Html Css Color HEX #D8DC20 Bitter Lemon

📋 copy color: '#D8DC20'

red 216 ◦ green 220 ◦ blue 32

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

Shades of Bitter Lemon #D8DC20

Tints of Bitter Lemon #D8DC20

RGB

 RED value IS 216 (84.77% from 255) = 46.15%

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

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

R = 46.15%
G = 47.01%
B = 6.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#D8DC20 (or 0xD8DC20) is known color: Bitter Lemon. HEX triplet: D8, DC and 20. RGB value is (216,220,32). Sum of RGB (Red+Green+Blue) = 216+220+32=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DC20 is #2723DF. Grayscale: #C6C6C6. Windows color (decimal): -2565088 or 2153688. OLE color: 2153688.

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

Color convert

RGB 216 220 32 -
CMYK 0.02 0 0.85 0.14
HSL 61.28º 0.75% 0.49% -
HSV(B) 61.28º 0.85% 0.86% -
XYZ 54.17 65.89 11.23 -
YUV 197.37 34.67 141.29 -
System Red Green Blue C M Y K H S L
Decimal 216 220 32 0.02 0 0.85 0.14 61.28 0.75 0.49
Hex D8 DC 20 2 0 55 E 3D 4B 31
Octal 330 334 40 2 0 125 16 75 113 61
Binary 11011000 11011100 100000 10 0 1010101 1110 111101 1001011 110001

Color Harmonies of #D8DC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC20

Black with #D8DC20

Text Example


Text Example

White with #D8DC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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