Html Css Color HEX #DBDC1C Bitter Lemon

📋 copy color: '#DBDC1C'

red 219 ◦ green 220 ◦ blue 28

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

Shades of Bitter Lemon #DBDC1C

Tints of Bitter Lemon #DBDC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6%

R = 46.9%
G = 47.11%
B = 6%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBDC1C (or 0xDBDC1C) is known color: Bitter Lemon. HEX triplet: DB, DC and 1C. RGB value is (219,220,28). Sum of RGB (Red+Green+Blue) = 219+220+28=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 28 (11.33% from 255 or 6.00% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC1C is #2423E3. Grayscale: #C6C6C6. Windows color (decimal): -2368484 or 1891547. OLE color: 1891547.

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

Color convert

RGB 219 220 28 -
CMYK 0.00 0 0.87 0.14
HSL 60.31º 0.77% 0.49% -
HSV(B) 60.31º 0.87% 0.86% -
XYZ 55.02 66.33 11 -
YUV 197.81 32.17 143.11 -
System Red Green Blue C M Y K H S L
Decimal 219 220 28 0.00 0 0.87 0.14 60.31 0.77 0.49
Hex DB DC 1C 0 0 57 E 3C 4D 31
Octal 333 334 34 0 0 127 16 74 115 61
Binary 11011011 11011100 11100 0 0 1010111 1110 111100 1001101 110001

Color Harmonies of #DBDC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC1C

Black with #DBDC1C

Text Example


Text Example

White with #DBDC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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