Color Hex Logo

#dbc172 Color Hex

#DBC172
(219,193,114)
0 Favorites   0 Comments

Color spaces of #dbc172

RGB 219193114
HSL0.130.590.65
HSV45°48°86°
CMYK 0.000.120.48   0.14
XYZ51.320654.414923.7178
Yxy54.41490.39640.4203
Hunter Lab73.7665-4.905832.5733
CIE-Lab78.7030-1.052842.9435

#dbc172 color RGB value is (219,193,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 01110010
Octal 333 301 162
Decimal 219 193 114
Hex DB C1 72

RGB Percentages of Color #dbc172

%41.63
%36.69
%21.67

CMYK Percentages of Color #dbc172

%0
%12
%48
%14

Triadic Colors of #dbc172

#dbc172 #72dbc1 #c172db

Analogous Colors of #dbc172

#dbc172 #c1db72 #db8d72

Monochromatic Colors of #dbc172

#dbc172

Complementary Color

#dbc172 #728cdb

#dbc172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc172 Color CSS Codes

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

#dbc172 Text Font Color

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

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


#dbc172 Background Color

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

This div background color is #dbc172


#dbc172 Border Color

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

This div border color is #dbc172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc172


Comments

No comments written yet.

Please login to write comment.