Color Hex Logo

#dcb310 Color Hex

#DCB310
(220,179,16)
0 Favorites   0 Comments

Color spaces of #dcb310

RGB 22017916
HSL0.130.860.46
HSV48°93°86°
CMYK 0.000.190.93   0.14
XYZ45.728847.49337.2472
Yxy47.49330.45520.4727
Hunter Lab68.9154-2.158342.0058
CIE-Lab74.50421.686174.9892

#dcb310 color RGB value is (220,179,16).

#dcb310 hex color red value is 220, green value is 179 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #dcb310 hue: 0.13 , saturation: 0.86 and the lightness value of dcb310 is 0.46.

The process color (four color CMYK) of #dcb310 color hex is 0.00, 0.19, 0.93, 0.14. Web safe color of #dcb310 is #cccc00. Color #dcb310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 00010000
Octal 334 263 20
Decimal 220 179 16
Hex DC B3 10

RGB Percentages of Color #dcb310

%53.01
%43.13
%3.86

CMYK Percentages of Color #dcb310

%0
%19
%93
%14

Triadic Colors of #dcb310

#dcb310 #10dcb3 #b310dc

Analogous Colors of #dcb310

#dcb310 #9fdc10 #dc4d10

Monochromatic Colors of #dcb310

#dcb310

Complementary Color

#dcb310 #1039dc

#dcb310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb310 Color CSS Codes

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

#dcb310 Text Font Color

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

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


#dcb310 Background Color

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

This div background color is #dcb310


#dcb310 Border Color

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

This div border color is #dcb310


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,179,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcb310; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcb310;
  -webkit-box-shadow: 1px 1px 3px 2px #dcb310;
  box-shadow:         1px 1px 3px 2px #dcb310; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,179,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb310


Comments

No comments written yet.

Please login to write comment.