Color Hex Logo

#dbc370 Color Hex

#DBC370
(219,195,112)
0 Favorites   0 Comments

Color spaces of #dbc370

RGB 219195112
HSL0.130.600.65
HSV47°49°86°
CMYK 0.000.110.49   0.14
XYZ51.653255.260123.2731
Yxy55.26010.39680.4245
Hunter Lab74.3371-6.059233.4738
CIE-Lab79.1909-2.277744.5414

#dbc370 color RGB value is (219,195,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 01110000
Octal 333 303 160
Decimal 219 195 112
Hex DB C3 70

RGB Percentages of Color #dbc370

%41.63
%37.07
%21.29

CMYK Percentages of Color #dbc370

%0
%11
%49
%14

Triadic Colors of #dbc370

#dbc370 #70dbc3 #c370db

Analogous Colors of #dbc370

#dbc370 #bedb70 #db8e70

Monochromatic Colors of #dbc370

#dbc370

Complementary Color

#dbc370 #7088db

#dbc370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc370 Color CSS Codes

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

#dbc370 Text Font Color

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

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


#dbc370 Background Color

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

This div background color is #dbc370


#dbc370 Border Color

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

This div border color is #dbc370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc370


Comments

No comments written yet.

Please login to write comment.