Html Css Color HEX #DBDA24 Bitter Lemon

📋 copy color: '#DBDA24'

red 219 ◦ green 218 ◦ blue 36

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

Shades of Bitter Lemon #DBDA24

Tints of Bitter Lemon #DBDA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.61%

R = 46.3%
G = 46.09%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBDA24 (or 0xDBDA24) is known color: Bitter Lemon. HEX triplet: DB, DA and 24. RGB value is (219,218,36). Sum of RGB (Red+Green+Blue) = 219+218+36=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 36 (14.45% from 255 or 7.61% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA24 is #2425DB. Grayscale: #C6C6C6. Windows color (decimal): -2368988 or 2415323. OLE color: 2415323.

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

Color convert

RGB 219 218 36 -
CMYK 0 0.00 0.84 0.14
HSL 59.67º 0.72% 0.5% -
HSV(B) 59.67º 0.84% 0.86% -
XYZ 54.6 65.33 11.4 -
YUV 197.55 36.83 143.3 -
System Red Green Blue C M Y K H S L
Decimal 219 218 36 0 0.00 0.84 0.14 59.67 0.72 0.5
Hex DB DA 24 0 0 54 E 3C 48 32
Octal 333 332 44 0 0 124 16 74 110 62
Binary 11011011 11011010 100100 0 0 1010100 1110 111100 1001000 110010

Color Harmonies of #DBDA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA24

Black with #DBDA24

Text Example


Text Example

White with #DBDA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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