Color Hex Logo

#dbc173 Color Hex

#DBC173
(219,193,115)
0 Favorites   0 Comments

Color spaces of #dbc173

RGB 219193115
HSL0.130.590.65
HSV45°47°86°
CMYK 0.000.120.47   0.14
XYZ51.377954.437824.0193
Yxy54.43780.39570.4193
Hunter Lab73.7820-4.820432.3459
CIE-Lab78.7163-0.958642.4586

#dbc173 color RGB value is (219,193,115).

#dbc173 hex color red value is 219, green value is 193 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dbc173 hue: 0.13 , saturation: 0.59 and the lightness value of dbc173 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 01110011
Octal 333 301 163
Decimal 219 193 115
Hex DB C1 73

RGB Percentages of Color #dbc173

%41.56
%36.62
%21.82

CMYK Percentages of Color #dbc173

%0
%12
%47
%14

Triadic Colors of #dbc173

#dbc173 #73dbc1 #c173db

Analogous Colors of #dbc173

#dbc173 #c1db73 #db8d73

Monochromatic Colors of #dbc173

#dbc173

Complementary Color

#dbc173 #738ddb

#dbc173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc173 Color CSS Codes

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

#dbc173 Text Font Color

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

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


#dbc173 Background Color

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

This div background color is #dbc173


#dbc173 Border Color

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

This div border color is #dbc173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc173


Comments

No comments written yet.

Please login to write comment.