Html Css Color HEX #DBDB22 Bitter Lemon

📋 copy color: '#DBDB22'

red 219 ◦ green 219 ◦ blue 34

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

Shades of Bitter Lemon #DBDB22

Tints of Bitter Lemon #DBDB22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.2%

R = 46.4%
G = 46.4%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBDB22 (or 0xDBDB22) is known color: Bitter Lemon. HEX triplet: DB, DB and 22. RGB value is (219,219,34). Sum of RGB (Red+Green+Blue) = 219+219+34=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 34 (13.67% from 255 or 7.20% from 472); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB22 is #2424DD. Grayscale: #C6C6C6. Windows color (decimal): -2368734 or 2284507. OLE color: 2284507.

HSL color Cylindrical-coordinate representation of color #DBDB22: hue angle of 60º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBDB22 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 219 34 -
CMYK 0 0 0.84 0.14
HSL 60º 0.73% 0.5% -
HSV(B) 60º 0.84% 0.86% -
XYZ 54.83 65.84 11.33 -
YUV 197.91 35.5 143.04 -
System Red Green Blue C M Y K H S L
Decimal 219 219 34 0 0 0.84 0.14 60 0.73 0.5
Hex DB DB 22 0 0 54 E 3C 49 32
Octal 333 333 42 0 0 124 16 74 111 62
Binary 11011011 11011011 100010 0 0 1010100 1110 111100 1001001 110010

Color Harmonies of #DBDB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB22

Black with #DBDB22

Text Example


Text Example

White with #DBDB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB22; }

 p { color: rgb(219,219,34); }

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

background-color css

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

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

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

border-color css

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

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

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