Html Css Color HEX #DBDA28 Bitter Lemon

📋 copy color: '#DBDA28'

red 219 ◦ green 218 ◦ blue 40

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

Shades of Bitter Lemon #DBDA28

Tints of Bitter Lemon #DBDA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.39%

R = 45.91%
G = 45.7%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DBDA28 (or 0xDBDA28) is known color: Bitter Lemon. HEX triplet: DB, DA and 28. RGB value is (219,218,40). Sum of RGB (Red+Green+Blue) = 219+218+40=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 40 (16.02% from 255 or 8.39% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA28 is #2425D7. Grayscale: #C6C6C6. Windows color (decimal): -2368984 or 2677467. OLE color: 2677467.

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

Color convert

RGB 219 218 40 -
CMYK 0 0.00 0.82 0.14
HSL 59.66º 0.71% 0.51% -
HSV(B) 59.66º 0.82% 0.86% -
XYZ 54.67 65.36 11.74 -
YUV 198.01 38.83 142.97 -
System Red Green Blue C M Y K H S L
Decimal 219 218 40 0 0.00 0.82 0.14 59.66 0.71 0.51
Hex DB DA 28 0 0 52 E 3C 47 33
Octal 333 332 50 0 0 122 16 74 107 63
Binary 11011011 11011010 101000 0 0 1010010 1110 111100 1000111 110011

Color Harmonies of #DBDA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA28

Black with #DBDA28

Text Example


Text Example

White with #DBDA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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