Color Hex Logo

#dbc572 Color Hex

#DBC572
(219,197,114)
0 Favorites   0 Comments

Color spaces of #dbc572

RGB 219197114
HSL0.130.590.65
HSV47°48°86°
CMYK 0.000.100.48   0.14
XYZ52.216956.207524.0166
Yxy56.20750.39430.4244
Hunter Lab74.9717-6.877233.4871
CIE-Lab79.7318-3.130344.2139

#dbc572 color RGB value is (219,197,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 01110010
Octal 333 305 162
Decimal 219 197 114
Hex DB C5 72

RGB Percentages of Color #dbc572

%41.32
%37.17
%21.51

CMYK Percentages of Color #dbc572

%0
%10
%48
%14

Triadic Colors of #dbc572

#dbc572 #72dbc5 #c572db

Analogous Colors of #dbc572

#dbc572 #bddb72 #db9172

Monochromatic Colors of #dbc572

#dbc572

Complementary Color

#dbc572 #7288db

#dbc572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc572 Color CSS Codes

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

#dbc572 Text Font Color

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

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


#dbc572 Background Color

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

This div background color is #dbc572


#dbc572 Border Color

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

This div border color is #dbc572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc572


Comments

No comments written yet.

Please login to write comment.