Color Hex Logo

#dbc785 Color Hex

#DBC785
(219,199,133)
0 Favorites   0 Comments

Color spaces of #dbc785

RGB 219199133
HSL0.130.540.69
HSV46°39°86°
CMYK 0.000.090.39   0.14
XYZ53.870557.600430.4690
Yxy57.60040.37950.4058
Hunter Lab75.8949-6.116229.3237
CIE-Lab80.5161-2.233235.5905

#dbc785 color RGB value is (219,199,133).

#dbc785 hex color red value is 219, green value is 199 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dbc785 hue: 0.13 , saturation: 0.54 and the lightness value of dbc785 is 0.69.

The process color (four color CMYK) of #dbc785 color hex is 0.00, 0.09, 0.39, 0.14. Web safe color of #dbc785 is #cccc99. Color #dbc785 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 10000101
Octal 333 307 205
Decimal 219 199 133
Hex DB C7 85

RGB Percentages of Color #dbc785

%39.75
%36.12
%24.14

CMYK Percentages of Color #dbc785

%0
%9
%39
%14

Triadic Colors of #dbc785

#dbc785 #85dbc7 #c785db

Analogous Colors of #dbc785

#dbc785 #c4db85 #db9c85

Monochromatic Colors of #dbc785

#dbc785

Complementary Color

#dbc785 #8599db

#dbc785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc785 Color CSS Codes

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

#dbc785 Text Font Color

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

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


#dbc785 Background Color

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

This div background color is #dbc785


#dbc785 Border Color

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

This div border color is #dbc785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc785


Comments

No comments written yet.

Please login to write comment.