Color Hex Logo

#dbc372 Color Hex

#DBC372
(219,195,114)
0 Favorites   0 Comments

Color spaces of #dbc372

RGB 219195114
HSL0.130.590.65
HSV46°48°86°
CMYK 0.000.110.48   0.14
XYZ51.765855.305223.8662
Yxy55.30520.39530.4224
Hunter Lab74.3675-5.892633.0297
CIE-Lab79.2167-2.093043.5787

#dbc372 color RGB value is (219,195,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 01110010
Octal 333 303 162
Decimal 219 195 114
Hex DB C3 72

RGB Percentages of Color #dbc372

%41.48
%36.93
%21.59

CMYK Percentages of Color #dbc372

%0
%11
%48
%14

Triadic Colors of #dbc372

#dbc372 #72dbc3 #c372db

Analogous Colors of #dbc372

#dbc372 #bfdb72 #db8f72

Monochromatic Colors of #dbc372

#dbc372

Complementary Color

#dbc372 #728adb

#dbc372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc372 Color CSS Codes

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

#dbc372 Text Font Color

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

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


#dbc372 Background Color

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

This div background color is #dbc372


#dbc372 Border Color

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

This div border color is #dbc372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc372


Comments

No comments written yet.

Please login to write comment.