Html Css Color HEX #DBD52C Bitter Lemon

📋 copy color: '#DBD52C'

red 219 ◦ green 213 ◦ blue 44

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

Shades of Bitter Lemon #DBD52C

Tints of Bitter Lemon #DBD52C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.75%

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

R = 46.01%
G = 44.75%
B = 9.24%

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

#DBD52C (or 0xDBD52C) is known color: Bitter Lemon. HEX triplet: DB, D5 and 2C. RGB value is (219,213,44). Sum of RGB (Red+Green+Blue) = 219+213+44=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 44 (17.58% from 255 or 9.24% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD52C is #242AD3. Grayscale: #C4C4C4. Windows color (decimal): -2370260 or 2938331. OLE color: 2938331.

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

Color convert

RGB 219 213 44 -
CMYK 0 0.03 0.80 0.14
HSL 57.94º 0.71% 0.52% -
HSV(B) 57.94º 0.8% 0.86% -
XYZ 53.46 62.83 11.69 -
YUV 195.53 42.49 144.74 -
System Red Green Blue C M Y K H S L
Decimal 219 213 44 0 0.03 0.80 0.14 57.94 0.71 0.52
Hex DB D5 2C 0 3 50 E 3A 47 34
Octal 333 325 54 0 3 120 16 72 107 64
Binary 11011011 11010101 101100 0 11 1010000 1110 111010 1000111 110100

Color Harmonies of #DBD52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD52C

Black with #DBD52C

Text Example


Text Example

White with #DBD52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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