Color Hex Logo

#dbac43 Color Hex

#DBAC43
(219,172,67)
0 Favorites   0 Comments

Color spaces of #dbac43

RGB 21917267
HSL0.120.680.56
HSV41°69°86°
CMYK 0.000.210.69   0.14
XYZ44.979144.970411.6197
Yxy44.97040.44280.4428
Hunter Lab67.06002.370336.6686
CIE-Lab72.87246.566858.3628

#dbac43 color RGB value is (219,172,67).

#dbac43 hex color red value is 219, green value is 172 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #dbac43 hue: 0.12 , saturation: 0.68 and the lightness value of dbac43 is 0.56.

The process color (four color CMYK) of #dbac43 color hex is 0.00, 0.21, 0.69, 0.14. Web safe color of #dbac43 is #cc9933. Color #dbac43 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 01000011
Octal 333 254 103
Decimal 219 172 67
Hex DB AC 43

RGB Percentages of Color #dbac43

%47.82
%37.55
%14.63

CMYK Percentages of Color #dbac43

%0
%21
%69
%14

Triadic Colors of #dbac43

#dbac43 #43dbac #ac43db

Analogous Colors of #dbac43

#dbac43 #bedb43 #db6043

Monochromatic Colors of #dbac43

#dbac43

Complementary Color

#dbac43 #4372db

#dbac43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbac43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbac43 Color CSS Codes

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

#dbac43 Text Font Color

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

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


#dbac43 Background Color

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

This div background color is #dbac43


#dbac43 Border Color

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

This div border color is #dbac43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbac43


Comments

No comments written yet.

Please login to write comment.