Html Css Color HEX #DBDC2D Bitter Lemon

📋 copy color: '#DBDC2D'

red 219 ◦ green 220 ◦ blue 45

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

Shades of Bitter Lemon #DBDC2D

Tints of Bitter Lemon #DBDC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.3%

R = 45.25%
G = 45.45%
B = 9.3%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBDC2D (or 0xDBDC2D) is known color: Bitter Lemon. HEX triplet: DB, DC and 2D. RGB value is (219,220,45). Sum of RGB (Red+Green+Blue) = 219+220+45=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC2D is #2423D2. Grayscale: #C8C8C8. Windows color (decimal): -2368467 or 3005659. OLE color: 3005659.

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

Color convert

RGB 219 220 45 -
CMYK 0.00 0 0.80 0.14
HSL 60.34º 0.71% 0.52% -
HSV(B) 60.34º 0.8% 0.86% -
XYZ 55.28 66.44 12.39 -
YUV 199.75 40.67 141.73 -
System Red Green Blue C M Y K H S L
Decimal 219 220 45 0.00 0 0.80 0.14 60.34 0.71 0.52
Hex DB DC 2D 0 0 50 E 3C 47 34
Octal 333 334 55 0 0 120 16 74 107 64
Binary 11011011 11011100 101101 0 0 1010000 1110 111100 1000111 110100

Color Harmonies of #DBDC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC2D

Black with #DBDC2D

Text Example


Text Example

White with #DBDC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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