Color Hex Logo

#d59210 Color Hex

#D59210
(213,146,16)
0 Favorites   0 Comments

Color spaces of #d59210

RGB 21314616
HSL0.110.860.45
HSV40°92°84°
CMYK 0.000.310.92   0.16
XYZ37.813034.74135.2030
Yxy34.74130.48630.4468
Hunter Lab58.941811.365336.0255
CIE-Lab65.546816.242668.0216

#d59210 color RGB value is (213,146,16).

#d59210 hex color red value is 213, green value is 146 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #d59210 hue: 0.11 , saturation: 0.86 and the lightness value of d59210 is 0.45.

The process color (four color CMYK) of #d59210 color hex is 0.00, 0.31, 0.92, 0.16. Web safe color of #d59210 is #cc9900. Color #d59210 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010010 00010000
Octal 325 222 20
Decimal 213 146 16
Hex D5 92 10

RGB Percentages of Color #d59210

%56.80
%38.93
%4.27

CMYK Percentages of Color #d59210

%0
%31
%92
%16

Triadic Colors of #d59210

#d59210 #10d592 #9210d5

Analogous Colors of #d59210

#d59210 #b6d510 #d53010

Monochromatic Colors of #d59210

#d59210

Complementary Color

#d59210 #1053d5

#d59210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59210 Color CSS Codes

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

#d59210 Text Font Color

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

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


#d59210 Background Color

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

This div background color is #d59210


#d59210 Border Color

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

This div border color is #d59210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59210


Comments

No comments written yet.

Please login to write comment.