Html Css Color HEX #DBD12C Bitter Lemon

📋 copy color: '#DBD12C'

red 219 ◦ green 209 ◦ blue 44

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

Shades of Bitter Lemon #DBD12C

Tints of Bitter Lemon #DBD12C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.28%

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

R = 46.4%
G = 44.28%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBD12C (or 0xDBD12C) is known color: Bitter Lemon. HEX triplet: DB, D1 and 2C. RGB value is (219,209,44). Sum of RGB (Red+Green+Blue) = 219+209+44=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 44 (17.58% from 255 or 9.32% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD12C is #242ED3. Grayscale: #C1C1C1. Windows color (decimal): -2371284 or 2937307. OLE color: 2937307.

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

Color convert

RGB 219 209 44 -
CMYK 0 0.05 0.80 0.14
HSL 56.57º 0.71% 0.52% -
HSV(B) 56.57º 0.8% 0.86% -
XYZ 52.47 60.84 11.36 -
YUV 193.18 43.81 146.42 -
System Red Green Blue C M Y K H S L
Decimal 219 209 44 0 0.05 0.80 0.14 56.57 0.71 0.52
Hex DB D1 2C 0 5 50 E 39 47 34
Octal 333 321 54 0 5 120 16 71 107 64
Binary 11011011 11010001 101100 0 101 1010000 1110 111001 1000111 110100

Color Harmonies of #DBD12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD12C

Black with #DBD12C

Text Example


Text Example

White with #DBD12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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