Color Hex Logo

#dbc084 Color Hex

#DBC084
(219,192,132)
0 Favorites   0 Comments

Color spaces of #dbc084

RGB 219192132
HSL0.110.550.69
HSV41°40°86°
CMYK 0.000.120.40   0.14
XYZ52.227954.425329.5822
Yxy54.42530.38340.3995
Hunter Lab73.7735-2.734727.8669
CIE-Lab78.70911.306633.7566

#dbc084 color RGB value is (219,192,132).

#dbc084 hex color red value is 219, green value is 192 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dbc084 hue: 0.11 , saturation: 0.55 and the lightness value of dbc084 is 0.69.

The process color (four color CMYK) of #dbc084 color hex is 0.00, 0.12, 0.40, 0.14. Web safe color of #dbc084 is #cccc99. Color #dbc084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 10000100
Octal 333 300 204
Decimal 219 192 132
Hex DB C0 84

RGB Percentages of Color #dbc084

%40.33
%35.36
%24.31

CMYK Percentages of Color #dbc084

%0
%12
%40
%14

Triadic Colors of #dbc084

#dbc084 #84dbc0 #c084db

Analogous Colors of #dbc084

#dbc084 #cbdb84 #db9584

Monochromatic Colors of #dbc084

#dbc084

Complementary Color

#dbc084 #849fdb

#dbc084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc084 Color CSS Codes

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

#dbc084 Text Font Color

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

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


#dbc084 Background Color

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

This div background color is #dbc084


#dbc084 Border Color

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

This div border color is #dbc084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc084


Comments

No comments written yet.

Please login to write comment.