Html Css Color HEX #DBDE2B Bitter Lemon

📋 copy color: '#DBDE2B'

red 219 ◦ green 222 ◦ blue 43

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

Shades of Bitter Lemon #DBDE2B

Tints of Bitter Lemon #DBDE2B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.87%

 BLUE value IS 43 (17.19% from 255) = 8.88%

R = 45.25%
G = 45.87%
B = 8.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DBDE2B (or 0xDBDE2B) is known color: Bitter Lemon. HEX triplet: DB, DE and 2B. RGB value is (219,222,43). Sum of RGB (Red+Green+Blue) = 219+222+43=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 43 (17.19% from 255 or 8.88% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDE2B is #2421D4. Grayscale: #C9C9C9. Windows color (decimal): -2367957 or 2875099. OLE color: 2875099.

HSL color Cylindrical-coordinate representation of color #DBDE2B: hue angle of 61.01º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBDE2B is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 222 43 -
CMYK 0.01 0 0.81 0.13
HSL 61.01º 0.73% 0.52% -
HSV(B) 61.01º 0.81% 0.87% -
XYZ 55.77 67.48 12.37 -
YUV 200.7 39.01 141.05 -
System Red Green Blue C M Y K H S L
Decimal 219 222 43 0.01 0 0.81 0.13 61.01 0.73 0.52
Hex DB DE 2B 1 0 51 D 3D 49 34
Octal 333 336 53 1 0 121 15 75 111 64
Binary 11011011 11011110 101011 1 0 1010001 1101 111101 1001001 110100

Color Harmonies of #DBDE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE2B

Black with #DBDE2B

Text Example


Text Example

White with #DBDE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE2B; }

 p { color: rgb(219,222,43); }

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

background-color css

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

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

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

border-color css

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

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

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