Color Hex Logo

#dbbc3e Color Hex

#DBBC3E
(219,188,62)
0 Favorites   0 Comments

Color spaces of #dbbc3e

RGB 21918862
HSL0.130.690.55
HSV48°72°86°
CMYK 0.000.140.72   0.14
XYZ48.066151.374311.9403
Yxy51.37430.43150.4612
Hunter Lab71.6759-5.730040.2961
CIE-Lab76.9052-2.098564.4513

#dbbc3e color RGB value is (219,188,62).

#dbbc3e hex color red value is 219, green value is 188 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dbbc3e hue: 0.13 , saturation: 0.69 and the lightness value of dbbc3e is 0.55.

The process color (four color CMYK) of #dbbc3e color hex is 0.00, 0.14, 0.72, 0.14. Web safe color of #dbbc3e is #cccc33. Color #dbbc3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111100 00111110
Octal 333 274 76
Decimal 219 188 62
Hex DB BC 3E

RGB Percentages of Color #dbbc3e

%46.70
%40.09
%13.22

CMYK Percentages of Color #dbbc3e

%0
%14
%72
%14

Triadic Colors of #dbbc3e

#dbbc3e #3edbbc #bc3edb

Analogous Colors of #dbbc3e

#dbbc3e #acdb3e #db6e3e

Monochromatic Colors of #dbbc3e

#dbbc3e

Complementary Color

#dbbc3e #3e5ddb

#dbbc3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbc3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbc3e Color CSS Codes

.mybgcolor {background-color:#dbbc3e; } 
.myforecolor {color:#dbbc3e; }
.mybordercolor {border:3px solid #dbbc3e; }

#dbbc3e Text Font Color

<p style="color:#dbbc3e">Text here</p>

This sample text font color is #dbbc3e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbbc3e Background Color

<div style="background-color:#dbbc3e">
Div content here</div>

This div background color is #dbbc3e


#dbbc3e Border Color

<div style="border:3px solid #dbbc3e">
Div here</div>

This div border color is #dbbc3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,188,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbbc3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbbc3e;
  -webkit-box-shadow: 1px 1px 3px 2px #dbbc3e;
  box-shadow:         1px 1px 3px 2px #dbbc3e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,188,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbbc3e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbc3e;
  -webkit-box-shadow: 1px 1px 3px 2px #dbbc3e;
  box-shadow:         1px 1px 3px 2px #dbbc3e;">
Div content here</div>

This div box has shadow with color #dbbc3e

#dbbc3e Color Palettes


Comments

No comments written yet.

Please login to write comment.