Color Hex Logo

#d76212 Color Hex

#D76212
(215,98,18)
0 Favorites   0 Comments

Color spaces of #d76212

RGB 2159818
HSL0.070.850.46
HSV24°92°84°
CMYK 0.000.540.92   0.16
XYZ32.501223.22613.3424
Yxy23.22610.55020.3932
Hunter Lab48.193536.040129.6234
CIE-Lab55.304542.295260.3164

#d76212 color RGB value is (215,98,18).

#d76212 hex color red value is 215, green value is 98 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #d76212 hue: 0.07 , saturation: 0.85 and the lightness value of d76212 is 0.46.

The process color (four color CMYK) of #d76212 color hex is 0.00, 0.54, 0.92, 0.16. Web safe color of #d76212 is #cc6600. Color #d76212 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100010 00010010
Octal 327 142 22
Decimal 215 98 18
Hex D7 62 12

RGB Percentages of Color #d76212

%64.95
%29.61
%5.44

CMYK Percentages of Color #d76212

%0
%54
%92
%16

Triadic Colors of #d76212

#d76212 #12d762 #6212d7

Analogous Colors of #d76212

#d76212 #d7c512 #d71224

Monochromatic Colors of #d76212

#d76212

Complementary Color

#d76212 #1287d7

#d76212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76212 Color CSS Codes

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

#d76212 Text Font Color

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

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


#d76212 Background Color

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

This div background color is #d76212


#d76212 Border Color

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

This div border color is #d76212


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,98,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d76212; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d76212;
  -webkit-box-shadow: 1px 1px 3px 2px #d76212;
  box-shadow:         1px 1px 3px 2px #d76212; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,98,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76212


Comments

No comments written yet.

Please login to write comment.