Html Css Color HEX #DBDA33 Bitter Lemon

📋 copy color: '#DBDA33'

red 219 ◦ green 218 ◦ blue 51

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

Shades of Bitter Lemon #DBDA33

Tints of Bitter Lemon #DBDA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.45%

R = 44.88%
G = 44.67%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBDA33 (or 0xDBDA33) is known color: Bitter Lemon. HEX triplet: DB, DA and 33. RGB value is (219,218,51). Sum of RGB (Red+Green+Blue) = 219+218+51=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 51 (20.31% from 255 or 10.45% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA33 is #2425CC. Grayscale: #C7C7C7. Windows color (decimal): -2368973 or 3398363. OLE color: 3398363.

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

Color convert

RGB 219 218 51 -
CMYK 0 0.00 0.77 0.14
HSL 59.64º 0.7% 0.53% -
HSV(B) 59.64º 0.77% 0.86% -
XYZ 54.88 65.44 12.87 -
YUV 199.26 44.33 142.08 -
System Red Green Blue C M Y K H S L
Decimal 219 218 51 0 0.00 0.77 0.14 59.64 0.7 0.53
Hex DB DA 33 0 0 4D E 3C 46 35
Octal 333 332 63 0 0 115 16 74 106 65
Binary 11011011 11011010 110011 0 0 1001101 1110 111100 1000110 110101

Color Harmonies of #DBDA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA33

Black with #DBDA33

Text Example


Text Example

White with #DBDA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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