Html Css Color HEX #DBDA1E Bitter Lemon

📋 copy color: '#DBDA1E'

red 219 ◦ green 218 ◦ blue 30

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

Shades of Bitter Lemon #DBDA1E

Tints of Bitter Lemon #DBDA1E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.68%

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

R = 46.9%
G = 46.68%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DBDA1E (or 0xDBDA1E) is known color: Bitter Lemon. HEX triplet: DB, DA and 1E. RGB value is (219,218,30). Sum of RGB (Red+Green+Blue) = 219+218+30=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 30 (12.11% from 255 or 6.42% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA1E is #2425E1. Grayscale: #C5C5C5. Windows color (decimal): -2368994 or 2022107. OLE color: 2022107.

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

Color convert

RGB 219 218 30 -
CMYK 0 0.00 0.86 0.14
HSL 59.68º 0.76% 0.49% -
HSV(B) 59.68º 0.86% 0.86% -
XYZ 54.52 65.3 10.96 -
YUV 196.87 33.83 143.79 -
System Red Green Blue C M Y K H S L
Decimal 219 218 30 0 0.00 0.86 0.14 59.68 0.76 0.49
Hex DB DA 1E 0 0 56 E 3C 4C 31
Octal 333 332 36 0 0 126 16 74 114 61
Binary 11011011 11011010 11110 0 0 1010110 1110 111100 1001100 110001

Color Harmonies of #DBDA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA1E

Black with #DBDA1E

Text Example


Text Example

White with #DBDA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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