Color Hex Logo

#dbc772 Color Hex

#DBC772
(219,199,114)
0 Favorites   0 Comments

Color spaces of #dbc772

RGB 219199114
HSL0.130.590.65
HSV49°48°86°
CMYK 0.000.090.48   0.14
XYZ52.674157.121824.1690
Yxy57.12180.39320.4264
Hunter Lab75.5790-7.859233.9452
CIE-Lab80.2481-4.164044.8490

#dbc772 color RGB value is (219,199,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 01110010
Octal 333 307 162
Decimal 219 199 114
Hex DB C7 72

RGB Percentages of Color #dbc772

%41.17
%37.41
%21.43

CMYK Percentages of Color #dbc772

%0
%9
%48
%14

Triadic Colors of #dbc772

#dbc772 #72dbc7 #c772db

Analogous Colors of #dbc772

#dbc772 #bbdb72 #db9372

Monochromatic Colors of #dbc772

#dbc772

Complementary Color

#dbc772 #7286db

#dbc772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc772 Color CSS Codes

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

#dbc772 Text Font Color

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

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


#dbc772 Background Color

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

This div background color is #dbc772


#dbc772 Border Color

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

This div border color is #dbc772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc772


Comments

No comments written yet.

Please login to write comment.