Html Css Color HEX #DBDB31 Bitter Lemon

📋 copy color: '#DBDB31'

red 219 ◦ green 219 ◦ blue 49

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

Shades of Bitter Lemon #DBDB31

Tints of Bitter Lemon #DBDB31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.06%

R = 44.97%
G = 44.97%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBDB31 (or 0xDBDB31) is known color: Bitter Lemon. HEX triplet: DB, DB and 31. RGB value is (219,219,49). Sum of RGB (Red+Green+Blue) = 219+219+49=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB31 is #2424CE. Grayscale: #C8C8C8. Windows color (decimal): -2368719 or 3267547. OLE color: 3267547.

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

Color convert

RGB 219 219 49 -
CMYK 0 0 0.78 0.14
HSL 60º 0.7% 0.53% -
HSV(B) 60º 0.78% 0.86% -
XYZ 55.1 65.94 12.73 -
YUV 199.62 43 141.82 -
System Red Green Blue C M Y K H S L
Decimal 219 219 49 0 0 0.78 0.14 60 0.7 0.53
Hex DB DB 31 0 0 4E E 3C 46 35
Octal 333 333 61 0 0 116 16 74 106 65
Binary 11011011 11011011 110001 0 0 1001110 1110 111100 1000110 110101

Color Harmonies of #DBDB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB31

Black with #DBDB31

Text Example


Text Example

White with #DBDB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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