Html Css Color HEX #DBDF1C Bitter Lemon

📋 copy color: '#DBDF1C'

red 219 ◦ green 223 ◦ blue 28

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

Shades of Bitter Lemon #DBDF1C

Tints of Bitter Lemon #DBDF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.96%

R = 46.6%
G = 47.45%
B = 5.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DBDF1C (or 0xDBDF1C) is known color: Bitter Lemon. HEX triplet: DB, DF and 1C. RGB value is (219,223,28). Sum of RGB (Red+Green+Blue) = 219+223+28=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 28 (11.33% from 255 or 5.96% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF1C is #2420E3. Grayscale: #C8C8C8. Windows color (decimal): -2367716 or 1892315. OLE color: 1892315.

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

Color convert

RGB 219 223 28 -
CMYK 0.02 0 0.87 0.13
HSL 61.23º 0.78% 0.49% -
HSV(B) 61.23º 0.87% 0.87% -
XYZ 55.81 67.92 11.27 -
YUV 199.57 31.17 141.86 -
System Red Green Blue C M Y K H S L
Decimal 219 223 28 0.02 0 0.87 0.13 61.23 0.78 0.49
Hex DB DF 1C 2 0 57 D 3D 4E 31
Octal 333 337 34 2 0 127 15 75 116 61
Binary 11011011 11011111 11100 10 0 1010111 1101 111101 1001110 110001

Color Harmonies of #DBDF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDF1C

Black with #DBDF1C

Text Example


Text Example

White with #DBDF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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