Html Css Color HEX #DBDC30 Bitter Lemon

📋 copy color: '#DBDC30'

red 219 ◦ green 220 ◦ blue 48

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

Shades of Bitter Lemon #DBDC30

Tints of Bitter Lemon #DBDC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.86%

R = 44.97%
G = 45.17%
B = 9.86%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBDC30 (or 0xDBDC30) is known color: Bitter Lemon. HEX triplet: DB, DC and 30. RGB value is (219,220,48). Sum of RGB (Red+Green+Blue) = 219+220+48=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 48 (19.14% from 255 or 9.86% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC30 is #2423CF. Grayscale: #C8C8C8. Windows color (decimal): -2368464 or 3202267. OLE color: 3202267.

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

Color convert

RGB 219 220 48 -
CMYK 0.00 0 0.78 0.14
HSL 60.35º 0.71% 0.53% -
HSV(B) 60.35º 0.78% 0.86% -
XYZ 55.34 66.46 12.71 -
YUV 200.09 42.17 141.49 -
System Red Green Blue C M Y K H S L
Decimal 219 220 48 0.00 0 0.78 0.14 60.35 0.71 0.53
Hex DB DC 30 0 0 4E E 3C 47 35
Octal 333 334 60 0 0 116 16 74 107 65
Binary 11011011 11011100 110000 0 0 1001110 1110 111100 1000111 110101

Color Harmonies of #DBDC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC30

Black with #DBDC30

Text Example


Text Example

White with #DBDC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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