Html Css Color HEX #D8DB20 Bitter Lemon

📋 copy color: '#D8DB20'

red 216 ◦ green 219 ◦ blue 32

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

Shades of Bitter Lemon #D8DB20

Tints of Bitter Lemon #D8DB20

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.9%

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

R = 46.25%
G = 46.9%
B = 6.85%

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

#D8DB20 (or 0xD8DB20) is known color: Bitter Lemon. HEX triplet: D8, DB and 20. RGB value is (216,219,32). Sum of RGB (Red+Green+Blue) = 216+219+32=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DB20 is #2724DF. Grayscale: #C5C5C5. Windows color (decimal): -2565344 or 2153432. OLE color: 2153432.

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

Color convert

RGB 216 219 32 -
CMYK 0.01 0 0.85 0.14
HSL 60.96º 0.75% 0.49% -
HSV(B) 60.96º 0.85% 0.86% -
XYZ 53.91 65.37 11.14 -
YUV 196.79 35.01 141.71 -
System Red Green Blue C M Y K H S L
Decimal 216 219 32 0.01 0 0.85 0.14 60.96 0.75 0.49
Hex D8 DB 20 1 0 55 E 3D 4B 31
Octal 330 333 40 1 0 125 16 75 113 61
Binary 11011000 11011011 100000 1 0 1010101 1110 111101 1001011 110001

Color Harmonies of #D8DB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DB20

Black with #D8DB20

Text Example


Text Example

White with #D8DB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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