Color Hex Logo

#dbac1d Color Hex

#DBAC1D
(219,172,29)
0 Favorites   0 Comments

Color spaces of #dbac1d

RGB 21917229
HSL0.130.770.49
HSV45°87°86°
CMYK 0.000.210.87   0.14
XYZ44.187744.65387.4525
Yxy44.65380.45890.4637
Hunter Lab66.82351.093840.1641
CIE-Lab72.66335.169271.0570

#dbac1d color RGB value is (219,172,29).

#dbac1d hex color red value is 219, green value is 172 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dbac1d hue: 0.13 , saturation: 0.77 and the lightness value of dbac1d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 00011101
Octal 333 254 35
Decimal 219 172 29
Hex DB AC 1D

RGB Percentages of Color #dbac1d

%52.14
%40.95
%6.90

CMYK Percentages of Color #dbac1d

%0
%21
%87
%14

Triadic Colors of #dbac1d

#dbac1d #1ddbac #ac1ddb

Analogous Colors of #dbac1d

#dbac1d #abdb1d #db4d1d

Monochromatic Colors of #dbac1d

#dbac1d

Complementary Color

#dbac1d #1d4cdb

#dbac1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbac1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbac1d Color CSS Codes

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

#dbac1d Text Font Color

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

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


#dbac1d Background Color

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

This div background color is #dbac1d


#dbac1d Border Color

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

This div border color is #dbac1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbac1d


Comments

No comments written yet.

Please login to write comment.