Html Css Color HEX #DBDA20 Bitter Lemon

📋 copy color: '#DBDA20'

red 219 ◦ green 218 ◦ blue 32

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

Shades of Bitter Lemon #DBDA20

Tints of Bitter Lemon #DBDA20

RGB

 RED value IS 219 (85.94% from 255) = 46.7%

 GREEN value IS 218 (85.55% from 255) = 46.48%

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

R = 46.7%
G = 46.48%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBDA20 (or 0xDBDA20) is known color: Bitter Lemon. HEX triplet: DB, DA and 20. RGB value is (219,218,32). Sum of RGB (Red+Green+Blue) = 219+218+32=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 32 (12.89% from 255 or 6.82% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA20 is #2425DF. Grayscale: #C5C5C5. Windows color (decimal): -2368992 or 2153179. OLE color: 2153179.

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

Color convert

RGB 219 218 32 -
CMYK 0 0.00 0.85 0.14
HSL 59.68º 0.75% 0.49% -
HSV(B) 59.68º 0.85% 0.86% -
XYZ 54.55 65.31 11.1 -
YUV 197.1 34.83 143.62 -
System Red Green Blue C M Y K H S L
Decimal 219 218 32 0 0.00 0.85 0.14 59.68 0.75 0.49
Hex DB DA 20 0 0 55 E 3C 4B 31
Octal 333 332 40 0 0 125 16 74 113 61
Binary 11011011 11011010 100000 0 0 1010101 1110 111100 1001011 110001

Color Harmonies of #DBDA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA20

Black with #DBDA20

Text Example


Text Example

White with #DBDA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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