Color Hex Logo

#dbac4a Color Hex

#DBAC4A
(219,172,74)
0 Favorites   0 Comments

Color spaces of #dbac4a

RGB 21917274
HSL0.110.670.57
HSV41°66°86°
CMYK 0.000.210.66   0.14
XYZ45.202045.059512.7935
Yxy45.05950.43860.4372
Hunter Lab67.12642.728435.6885
CIE-Lab72.93116.956655.3714

#dbac4a color RGB value is (219,172,74).

#dbac4a hex color red value is 219, green value is 172 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dbac4a hue: 0.11 , saturation: 0.67 and the lightness value of dbac4a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 01001010
Octal 333 254 112
Decimal 219 172 74
Hex DB AC 4A

RGB Percentages of Color #dbac4a

%47.10
%36.99
%15.91

CMYK Percentages of Color #dbac4a

%0
%21
%66
%14

Triadic Colors of #dbac4a

#dbac4a #4adbac #ac4adb

Analogous Colors of #dbac4a

#dbac4a #c2db4a #db634a

Monochromatic Colors of #dbac4a

#dbac4a

Complementary Color

#dbac4a #4a79db

#dbac4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbac4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbac4a Color CSS Codes

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

#dbac4a Text Font Color

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

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


#dbac4a Background Color

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

This div background color is #dbac4a


#dbac4a Border Color

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

This div border color is #dbac4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbac4a


Comments

No comments written yet.

Please login to write comment.