Html Css Color HEX #DBDC2C Bitter Lemon

📋 copy color: '#DBDC2C'

red 219 ◦ green 220 ◦ blue 44

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

Shades of Bitter Lemon #DBDC2C

Tints of Bitter Lemon #DBDC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.11%

R = 45.34%
G = 45.55%
B = 9.11%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DBDC2C (or 0xDBDC2C) is known color: Bitter Lemon. HEX triplet: DB, DC and 2C. RGB value is (219,220,44). Sum of RGB (Red+Green+Blue) = 219+220+44=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 44 (17.58% from 255 or 9.11% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC2C is #2423D3. Grayscale: #C8C8C8. Windows color (decimal): -2368468 or 2940123. OLE color: 2940123.

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

Color convert

RGB 219 220 44 -
CMYK 0.00 0 0.8 0.14
HSL 60.34º 0.72% 0.52% -
HSV(B) 60.34º 0.8% 0.86% -
XYZ 55.26 66.43 12.29 -
YUV 199.64 40.17 141.81 -
System Red Green Blue C M Y K H S L
Decimal 219 220 44 0.00 0 0.8 0.14 60.34 0.72 0.52
Hex DB DC 2C 0 0 50 E 3C 48 34
Octal 333 334 54 0 0 120 16 74 110 64
Binary 11011011 11011100 101100 0 0 1010000 1110 111100 1001000 110100

Color Harmonies of #DBDC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC2C

Black with #DBDC2C

Text Example


Text Example

White with #DBDC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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