Color Hex Logo

#dbc570 Color Hex

#DBC570
(219,197,112)
0 Favorites   0 Comments

Color spaces of #dbc570

RGB 219197112
HSL0.130.600.65
HSV48°49°86°
CMYK 0.000.100.49   0.14
XYZ52.104356.162423.4235
Yxy56.16240.39570.4265
Hunter Lab74.9416-7.042933.9276
CIE-Lab79.7062-3.314545.1728

#dbc570 color RGB value is (219,197,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 01110000
Octal 333 305 160
Decimal 219 197 112
Hex DB C5 70

RGB Percentages of Color #dbc570

%41.48
%37.31
%21.21

CMYK Percentages of Color #dbc570

%0
%10
%49
%14

Triadic Colors of #dbc570

#dbc570 #70dbc5 #c570db

Analogous Colors of #dbc570

#dbc570 #bcdb70 #db9070

Monochromatic Colors of #dbc570

#dbc570

Complementary Color

#dbc570 #7086db

#dbc570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc570 Color CSS Codes

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

#dbc570 Text Font Color

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

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


#dbc570 Background Color

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

This div background color is #dbc570


#dbc570 Border Color

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

This div border color is #dbc570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc570


Comments

No comments written yet.

Please login to write comment.