color codes Logo

#dba775 color codes

#DBA775
(219,167,117)
0 Favorites   0 Comments

Color spaces of #dba775

RGB 219167117
HSL0.080.590.66
HSV29°47°86°
CMYK 0.000.240.47   0.14
XYZ46.243043.981922.8817
Yxy43.98190.40880.3889
Hunter Lab66.31898.407025.9666
CIE-Lab72.216413.010433.1906

#dba775 color RGB value is (219,167,117).

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

The process color (four color CMYK) of #dba775 color code is 0.00, 0.24, 0.47, 0.14. Web safe color of #dba775 is #cc9966. Color #dba775 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 01110101
Octal 333 247 165
Decimal 219 167 117
Hex DB A7 75

RGB Percentages of Color #dba775

%43.54
%33.20
%23.26

CMYK Percentages of Color #dba775

%0
%24
%47
%14

Triadic Colors of #dba775

#dba775 #75dba7 #a775db

Analogous Colors of #dba775

#dba775 #dbda75 #db7576

Monochromatic Colors of #dba775

#dba775

Complementary Color

#dba775 #75a9db

#dba775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba775 Color CSS Codes

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

#dba775 Text Font Color

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

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


#dba775 Background Color

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

This div background color is #dba775


#dba775 Border Color

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

This div border color is #dba775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba775


Comments

No comments written yet.

Please login to write comment.