#DBE033

Color #DBE033 Bitter Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter Lemon #DBE033

Tints of Bitter Lemon #DBE033

Color information

#DBE033 (or 0xDBE033) is unknown color: approx Bitter Lemon. HEX triplet: DB, E0 and 33. RGB value is (219,224,51). Sum of RGB (Red+Green+Blue) = 219+224+51=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 51 (20.31% from 255 or 10.32% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE033 is #241FCC. Grayscale: #CBCBCB. Windows color (decimal): -2367437 or 3399899. OLE color: 3399899.

HSL color Cylindrical-coordinate representation of color #DBE033: hue angle of 61.73º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBE033 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB21922451-
CMYK0.0200.770.12
HSL61.73º73.62%53.92%-
HSV(B)61.73º77.23%87.84%-
XYZ56.4768.6113.4-
YUV202.7842.34139.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.33%
GREEN value IS 224 (87.89% from 255) = 45.34%
BLUE value IS 51 (20.31% from 255) = 10.32%
R=44.33%
G=45.34%
B=10.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal219224510.0200.770.1261.7373.6253.92
HexDBE033204DC3e4a36
Octal3333406320115147611266
Binary1101101111100000110011100100110111001111101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE033; }

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

 H1.HeaderClassName
 {
   color: #DBE033;
 }
 .AnyTagClassName
 {
   color: #DBE033;
 }
</style>
background-color css

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

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

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

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

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

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