Html Css Color HEX #DBD62C Bitter Lemon

📋 copy color: '#DBD62C'

red 219 ◦ green 214 ◦ blue 44

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

Shades of Bitter Lemon #DBD62C

Tints of Bitter Lemon #DBD62C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.86%

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

R = 45.91%
G = 44.86%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBD62C (or 0xDBD62C) is known color: Bitter Lemon. HEX triplet: DB, D6 and 2C. RGB value is (219,214,44). Sum of RGB (Red+Green+Blue) = 219+214+44=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 44 (17.58% from 255 or 9.22% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD62C is #2429D3. Grayscale: #C4C4C4. Windows color (decimal): -2370004 or 2938587. OLE color: 2938587.

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

Color convert

RGB 219 214 44 -
CMYK 0 0.02 0.80 0.14
HSL 58.29º 0.71% 0.52% -
HSV(B) 58.29º 0.8% 0.86% -
XYZ 53.71 63.34 11.78 -
YUV 196.12 42.16 144.32 -
System Red Green Blue C M Y K H S L
Decimal 219 214 44 0 0.02 0.80 0.14 58.29 0.71 0.52
Hex DB D6 2C 0 2 50 E 3A 47 34
Octal 333 326 54 0 2 120 16 72 107 64
Binary 11011011 11010110 101100 0 10 1010000 1110 111010 1000111 110100

Color Harmonies of #DBD62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD62C

Black with #DBD62C

Text Example


Text Example

White with #DBD62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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