Color Hex Logo

#dbac44 Color Hex

#DBAC44
(219,172,68)
0 Favorites   0 Comments

Color spaces of #dbac44

RGB 21917268
HSL0.110.680.56
HSV41°69°86°
CMYK 0.000.210.69   0.14
XYZ45.009344.982511.7791
Yxy44.98250.44230.4420
Hunter Lab67.06902.418736.5354
CIE-Lab72.88046.619757.9447

#dbac44 color RGB value is (219,172,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 01000100
Octal 333 254 104
Decimal 219 172 68
Hex DB AC 44

RGB Percentages of Color #dbac44

%47.71
%37.47
%14.81

CMYK Percentages of Color #dbac44

%0
%21
%69
%14

Triadic Colors of #dbac44

#dbac44 #44dbac #ac44db

Analogous Colors of #dbac44

#dbac44 #bfdb44 #db6144

Monochromatic Colors of #dbac44

#dbac44

Complementary Color

#dbac44 #4473db

#dbac44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbac44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbac44 Color CSS Codes

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

#dbac44 Text Font Color

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

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


#dbac44 Background Color

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

This div background color is #dbac44


#dbac44 Border Color

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

This div border color is #dbac44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbac44


Comments

No comments written yet.

Please login to write comment.