Html Css Color HEX #DBDF32 Bitter Lemon

📋 copy color: '#DBDF32'

red 219 ◦ green 223 ◦ blue 50

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

Shades of Bitter Lemon #DBDF32

Tints of Bitter Lemon #DBDF32

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.33%

 BLUE value IS 50 (19.92% from 255) = 10.16%

R = 44.51%
G = 45.33%
B = 10.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DBDF32 (or 0xDBDF32) is known color: Bitter Lemon. HEX triplet: DB, DF and 32. RGB value is (219,223,50). Sum of RGB (Red+Green+Blue) = 219+223+50=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 50 (19.92% from 255 or 10.16% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF32 is #2420CD. Grayscale: #CACACA. Windows color (decimal): -2367694 or 3334107. OLE color: 3334107.

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

Color convert

RGB 219 223 50 -
CMYK 0.02 0 0.78 0.13
HSL 61.39º 0.73% 0.54% -
HSV(B) 61.39º 0.78% 0.87% -
XYZ 56.18 68.07 13.19 -
YUV 202.08 42.17 140.07 -
System Red Green Blue C M Y K H S L
Decimal 219 223 50 0.02 0 0.78 0.13 61.39 0.73 0.54
Hex DB DF 32 2 0 4E D 3D 49 36
Octal 333 337 62 2 0 116 15 75 111 66
Binary 11011011 11011111 110010 10 0 1001110 1101 111101 1001001 110110

Color Harmonies of #DBDF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDF32

Black with #DBDF32

Text Example


Text Example

White with #DBDF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDF32; }

 p { color: rgb(219,223,50); }

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

background-color css

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

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

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

border-color css

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

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

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