Html Css Color HEX #DBD22C Bitter Lemon

📋 copy color: '#DBD22C'

red 219 ◦ green 210 ◦ blue 44

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

Shades of Bitter Lemon #DBD22C

Tints of Bitter Lemon #DBD22C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.4%

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

R = 46.3%
G = 44.4%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBD22C (or 0xDBD22C) is known color: Bitter Lemon. HEX triplet: DB, D2 and 2C. RGB value is (219,210,44). Sum of RGB (Red+Green+Blue) = 219+210+44=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 44 (17.58% from 255 or 9.30% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD22C is #242DD3. Grayscale: #C2C2C2. Windows color (decimal): -2371028 or 2937563. OLE color: 2937563.

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

Color convert

RGB 219 210 44 -
CMYK 0 0.04 0.80 0.14
HSL 56.91º 0.71% 0.52% -
HSV(B) 56.91º 0.8% 0.86% -
XYZ 52.71 61.34 11.44 -
YUV 193.77 43.48 146 -
System Red Green Blue C M Y K H S L
Decimal 219 210 44 0 0.04 0.80 0.14 56.91 0.71 0.52
Hex DB D2 2C 0 4 50 E 39 47 34
Octal 333 322 54 0 4 120 16 71 107 64
Binary 11011011 11010010 101100 0 100 1010000 1110 111001 1000111 110100

Color Harmonies of #DBD22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD22C

Black with #DBD22C

Text Example


Text Example

White with #DBD22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD22C; }

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

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

background-color css

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

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

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

border-color css

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

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

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