Html Css Color HEX #DBDC2A Bitter Lemon

📋 copy color: '#DBDC2A'

red 219 ◦ green 220 ◦ blue 42

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

Shades of Bitter Lemon #DBDC2A

Tints of Bitter Lemon #DBDC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.73%

R = 45.53%
G = 45.74%
B = 8.73%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBDC2A (or 0xDBDC2A) is known color: Bitter Lemon. HEX triplet: DB, DC and 2A. RGB value is (219,220,42). Sum of RGB (Red+Green+Blue) = 219+220+42=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 42 (16.80% from 255 or 8.73% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC2A is #2423D5. Grayscale: #C8C8C8. Windows color (decimal): -2368470 or 2809051. OLE color: 2809051.

HSL color Cylindrical-coordinate representation of color #DBDC2A: hue angle of 60.34º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBDC2A is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 220 42 -
CMYK 0.00 0 0.81 0.14
HSL 60.34º 0.72% 0.51% -
HSV(B) 60.34º 0.81% 0.86% -
XYZ 55.22 66.41 12.1 -
YUV 199.41 39.17 141.97 -
System Red Green Blue C M Y K H S L
Decimal 219 220 42 0.00 0 0.81 0.14 60.34 0.72 0.51
Hex DB DC 2A 0 0 51 E 3C 48 33
Octal 333 334 52 0 0 121 16 74 110 63
Binary 11011011 11011100 101010 0 0 1010001 1110 111100 1001000 110011

Color Harmonies of #DBDC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC2A

Black with #DBDC2A

Text Example


Text Example

White with #DBDC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC2A; }

 p { color: rgb(219,220,42); }

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

background-color css

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

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

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

border-color css

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

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

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