Html Css Color HEX #DBDF2F Bitter Lemon

📋 copy color: '#DBDF2F'

red 219 ◦ green 223 ◦ blue 47

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

Shades of Bitter Lemon #DBDF2F

Tints of Bitter Lemon #DBDF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.61%

R = 44.79%
G = 45.6%
B = 9.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DBDF2F (or 0xDBDF2F) is known color: Bitter Lemon. HEX triplet: DB, DF and 2F. RGB value is (219,223,47). Sum of RGB (Red+Green+Blue) = 219+223+47=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 47 (18.75% from 255 or 9.61% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF2F is #2420D0. Grayscale: #CACACA. Windows color (decimal): -2367697 or 3137499. OLE color: 3137499.

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

Color convert

RGB 219 223 47 -
CMYK 0.02 0 0.79 0.13
HSL 61.36º 0.73% 0.53% -
HSV(B) 61.36º 0.79% 0.87% -
XYZ 56.11 68.04 12.86 -
YUV 201.74 40.67 140.31 -
System Red Green Blue C M Y K H S L
Decimal 219 223 47 0.02 0 0.79 0.13 61.36 0.73 0.53
Hex DB DF 2F 2 0 4F D 3D 49 35
Octal 333 337 57 2 0 117 15 75 111 65
Binary 11011011 11011111 101111 10 0 1001111 1101 111101 1001001 110101

Color Harmonies of #DBDF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDF2F

Black with #DBDF2F

Text Example


Text Example

White with #DBDF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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