Color Hex Logo

#dbb575 Color Hex

#DBB575
(219,181,117)
0 Favorites   0 Comments

Color spaces of #dbb575

RGB 219181117
HSL0.100.590.66
HSV38°47°86°
CMYK 0.000.170.47   0.14
XYZ48.948249.392223.7834
Yxy49.39220.40080.4044
Hunter Lab70.27961.332129.1313
CIE-Lab75.69475.541337.6458

#dbb575 color RGB value is (219,181,117).

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

The process color (four color CMYK) of #dbb575 color hex is 0.00, 0.17, 0.47, 0.14. Web safe color of #dbb575 is #cccc66. Color #dbb575 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110101 01110101
Octal 333 265 165
Decimal 219 181 117
Hex DB B5 75

RGB Percentages of Color #dbb575

%42.36
%35.01
%22.63

CMYK Percentages of Color #dbb575

%0
%17
%47
%14

Triadic Colors of #dbb575

#dbb575 #75dbb5 #b575db

Analogous Colors of #dbb575

#dbb575 #cedb75 #db8275

Monochromatic Colors of #dbb575

#dbb575

Complementary Color

#dbb575 #759bdb

#dbb575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb575 Color CSS Codes

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

#dbb575 Text Font Color

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

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


#dbb575 Background Color

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

This div background color is #dbb575


#dbb575 Border Color

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

This div border color is #dbb575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb575


Comments

No comments written yet.

Please login to write comment.