Color Hex Logo

#dba552 Color Hex

#DBA552
(219,165,82)
0 Favorites   0 Comments

Color spaces of #dba552

RGB 21916582
HSL0.100.660.59
HSV36°63°86°
CMYK 0.000.250.63   0.14
XYZ44.191542.579513.8722
Yxy42.57950.43910.4231
Hunter Lab65.25306.693533.0726
CIE-Lab71.268611.192049.8260

#dba552 color RGB value is (219,165,82).

#dba552 hex color red value is 219, green value is 165 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #dba552 hue: 0.10 , saturation: 0.66 and the lightness value of dba552 is 0.59.

The process color (four color CMYK) of #dba552 color hex is 0.00, 0.25, 0.63, 0.14. Web safe color of #dba552 is #cc9966. Color #dba552 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 01010010
Octal 333 245 122
Decimal 219 165 82
Hex DB A5 52

RGB Percentages of Color #dba552

%47.00
%35.41
%17.60

CMYK Percentages of Color #dba552

%0
%25
%63
%14

Triadic Colors of #dba552

#dba552 #52dba5 #a552db

Analogous Colors of #dba552

#dba552 #cddb52 #db6152

Monochromatic Colors of #dba552

#dba552

Complementary Color

#dba552 #5288db

#dba552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba552 Color CSS Codes

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

#dba552 Text Font Color

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

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


#dba552 Background Color

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

This div background color is #dba552


#dba552 Border Color

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

This div border color is #dba552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba552


Comments

No comments written yet.

Please login to write comment.