Color Hex Logo

#dbaa43 Color Hex

#DBAA43
(219,170,67)
0 Favorites   0 Comments

Color spaces of #dbaa43

RGB 21917067
HSL0.110.680.56
HSV41°69°86°
CMYK 0.000.220.69   0.14
XYZ44.601344.214811.4938
Yxy44.21480.44460.4408
Hunter Lab66.49423.364836.2974
CIE-Lab72.37187.630557.8436

#dbaa43 color RGB value is (219,170,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 01000011
Octal 333 252 103
Decimal 219 170 67
Hex DB AA 43

RGB Percentages of Color #dbaa43

%48.03
%37.28
%14.69

CMYK Percentages of Color #dbaa43

%0
%22
%69
%14

Triadic Colors of #dbaa43

#dbaa43 #43dbaa #aa43db

Analogous Colors of #dbaa43

#dbaa43 #c0db43 #db5e43

Monochromatic Colors of #dbaa43

#dbaa43

Complementary Color

#dbaa43 #4374db

#dbaa43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaa43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaa43 Color CSS Codes

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

#dbaa43 Text Font Color

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

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


#dbaa43 Background Color

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

This div background color is #dbaa43


#dbaa43 Border Color

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

This div border color is #dbaa43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaa43


Comments

No comments written yet.

Please login to write comment.