Html Css Color HEX #DBDE30 Bitter Lemon

📋 copy color: '#DBDE30'

red 219 ◦ green 222 ◦ blue 48

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

Shades of Bitter Lemon #DBDE30

Tints of Bitter Lemon #DBDE30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.82%

R = 44.79%
G = 45.4%
B = 9.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DBDE30 (or 0xDBDE30) is known color: Bitter Lemon. HEX triplet: DB, DE and 30. RGB value is (219,222,48). Sum of RGB (Red+Green+Blue) = 219+222+48=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 48 (19.14% from 255 or 9.82% from 489); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDE30 is #2421CF. Grayscale: #C9C9C9. Windows color (decimal): -2367952 or 3202779. OLE color: 3202779.

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

Color convert

RGB 219 222 48 -
CMYK 0.01 0 0.78 0.13
HSL 61.03º 0.73% 0.53% -
HSV(B) 61.03º 0.78% 0.87% -
XYZ 55.87 67.52 12.88 -
YUV 201.27 41.51 140.65 -
System Red Green Blue C M Y K H S L
Decimal 219 222 48 0.01 0 0.78 0.13 61.03 0.73 0.53
Hex DB DE 30 1 0 4E D 3D 48 35
Octal 333 336 60 1 0 116 15 75 110 65
Binary 11011011 11011110 110000 1 0 1001110 1101 111101 1001000 110101

Color Harmonies of #DBDE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE30

Black with #DBDE30

Text Example


Text Example

White with #DBDE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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