Color Hex Logo

#d46615 Color Hex

#D46615
(212,102,21)
0 Favorites   0 Comments

Color spaces of #d46615

RGB 21210221
HSL0.070.820.46
HSV25°90°83°
CMYK 0.000.520.90   0.17
XYZ32.038123.55393.5672
Yxy23.55390.54160.3981
Hunter Lab48.532432.903229.6147
CIE-Lab55.638439.187459.5185

#d46615 color RGB value is (212,102,21).

#d46615 hex color red value is 212, green value is 102 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #d46615 hue: 0.07 , saturation: 0.82 and the lightness value of d46615 is 0.46.

The process color (four color CMYK) of #d46615 color hex is 0.00, 0.52, 0.90, 0.17. Web safe color of #d46615 is #cc6600. Color #d46615 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100110 00010101
Octal 324 146 25
Decimal 212 102 21
Hex D4 66 15

RGB Percentages of Color #d46615

%63.28
%30.45
%6.27

CMYK Percentages of Color #d46615

%0
%52
%90
%17

Triadic Colors of #d46615

#d46615 #15d466 #6615d4

Analogous Colors of #d46615

#d46615 #d4c615 #d41523

Monochromatic Colors of #d46615

#d46615

Complementary Color

#d46615 #1583d4

#d46615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46615 Color CSS Codes

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

#d46615 Text Font Color

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

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


#d46615 Background Color

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

This div background color is #d46615


#d46615 Border Color

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

This div border color is #d46615


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,102,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d46615; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d46615;
  -webkit-box-shadow: 1px 1px 3px 2px #d46615;
  box-shadow:         1px 1px 3px 2px #d46615; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,102,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46615


Comments

No comments written yet.

Please login to write comment.