Html Css Color HEX #DBDF2C Bitter Lemon

📋 copy color: '#DBDF2C'

red 219 ◦ green 223 ◦ blue 44

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

Shades of Bitter Lemon #DBDF2C

Tints of Bitter Lemon #DBDF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.05%

R = 45.06%
G = 45.88%
B = 9.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DBDF2C (or 0xDBDF2C) is known color: Bitter Lemon. HEX triplet: DB, DF and 2C. RGB value is (219,223,44). Sum of RGB (Red+Green+Blue) = 219+223+44=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 44 (17.58% from 255 or 9.05% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF2C is #2420D3. Grayscale: #CACACA. Windows color (decimal): -2367700 or 2940891. OLE color: 2940891.

HSL color Cylindrical-coordinate representation of color #DBDF2C: hue angle of 61.34º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBDF2C is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 223 44 -
CMYK 0.02 0 0.80 0.13
HSL 61.34º 0.74% 0.52% -
HSV(B) 61.34º 0.8% 0.87% -
XYZ 56.06 68.02 12.56 -
YUV 201.4 39.17 140.55 -
System Red Green Blue C M Y K H S L
Decimal 219 223 44 0.02 0 0.80 0.13 61.34 0.74 0.52
Hex DB DF 2C 2 0 50 D 3D 4A 34
Octal 333 337 54 2 0 120 15 75 112 64
Binary 11011011 11011111 101100 10 0 1010000 1101 111101 1001010 110100

Color Harmonies of #DBDF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDF2C

Black with #DBDF2C

Text Example


Text Example

White with #DBDF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDF2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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