Color Hex Logo

#dbb13e Color Hex

#DBB13E
(219,177,62)
0 Favorites   0 Comments

Color spaces of #dbb13e

RGB 21917762
HSL0.120.690.55
HSV44°72°86°
CMYK 0.000.190.72   0.14
XYZ45.805146.852211.1866
Yxy46.85220.44110.4512
Hunter Lab68.4487-0.334938.2243
CIE-Lab74.09513.667161.6645

#dbb13e color RGB value is (219,177,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110001 00111110
Octal 333 261 76
Decimal 219 177 62
Hex DB B1 3E

RGB Percentages of Color #dbb13e

%47.82
%38.65
%13.54

CMYK Percentages of Color #dbb13e

%0
%19
%72
%14

Triadic Colors of #dbb13e

#dbb13e #3edbb1 #b13edb

Analogous Colors of #dbb13e

#dbb13e #b7db3e #db623e

Monochromatic Colors of #dbb13e

#dbb13e

Complementary Color

#dbb13e #3e68db

#dbb13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb13e Color CSS Codes

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

#dbb13e Text Font Color

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

This sample text font color is #dbb13e
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.


#dbb13e Background Color

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

This div background color is #dbb13e


#dbb13e Border Color

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

This div border color is #dbb13e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,177,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 #dbb13e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb13e


Comments

No comments written yet.

Please login to write comment.