Html Css Color HEX #DBD42C Bitter Lemon

📋 copy color: '#DBD42C'

red 219 ◦ green 212 ◦ blue 44

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

Shades of Bitter Lemon #DBD42C

Tints of Bitter Lemon #DBD42C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.63%

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

R = 46.11%
G = 44.63%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBD42C (or 0xDBD42C) is known color: Bitter Lemon. HEX triplet: DB, D4 and 2C. RGB value is (219,212,44). Sum of RGB (Red+Green+Blue) = 219+212+44=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 44 (17.58% from 255 or 9.26% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD42C is #242BD3. Grayscale: #C3C3C3. Windows color (decimal): -2370516 or 2938075. OLE color: 2938075.

HSL color Cylindrical-coordinate representation of color #DBD42C: hue angle of 57.6º 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 #DBD42C is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 212 44 -
CMYK 0 0.03 0.80 0.14
HSL 57.6º 0.71% 0.52% -
HSV(B) 57.6º 0.8% 0.86% -
XYZ 53.21 62.33 11.61 -
YUV 194.94 42.82 145.16 -
System Red Green Blue C M Y K H S L
Decimal 219 212 44 0 0.03 0.80 0.14 57.6 0.71 0.52
Hex DB D4 2C 0 3 50 E 3A 47 34
Octal 333 324 54 0 3 120 16 72 107 64
Binary 11011011 11010100 101100 0 11 1010000 1110 111010 1000111 110100

Color Harmonies of #DBD42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD42C

Black with #DBD42C

Text Example


Text Example

White with #DBD42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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