Html Css Color HEX #DBDB1E Bitter Lemon

📋 copy color: '#DBDB1E'

red 219 ◦ green 219 ◦ blue 30

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

Shades of Bitter Lemon #DBDB1E

Tints of Bitter Lemon #DBDB1E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.79%

 BLUE value IS 30 (12.11% from 255) = 6.41%

R = 46.79%
G = 46.79%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DBDB1E (or 0xDBDB1E) is known color: Bitter Lemon. HEX triplet: DB, DB and 1E. RGB value is (219,219,30). Sum of RGB (Red+Green+Blue) = 219+219+30=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 30 (12.11% from 255 or 6.41% from 468); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB1E is #2424E1. Grayscale: #C6C6C6. Windows color (decimal): -2368738 or 2022363. OLE color: 2022363.

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

Color convert

RGB 219 219 30 -
CMYK 0 0 0.86 0.14
HSL 60º 0.76% 0.49% -
HSV(B) 60º 0.86% 0.86% -
XYZ 54.78 65.82 11.05 -
YUV 197.45 33.5 143.37 -
System Red Green Blue C M Y K H S L
Decimal 219 219 30 0 0 0.86 0.14 60 0.76 0.49
Hex DB DB 1E 0 0 56 E 3C 4C 31
Octal 333 333 36 0 0 126 16 74 114 61
Binary 11011011 11011011 11110 0 0 1010110 1110 111100 1001100 110001

Color Harmonies of #DBDB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB1E

Black with #DBDB1E

Text Example


Text Example

White with #DBDB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB1E; }

 p { color: rgb(219,219,30); }

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

background-color css

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

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

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

border-color css

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

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

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