Color Hex Logo

#d2912a Color Hex

#D2912A
(210,145,42)
0 Favorites   0 Comments

Color spaces of #d2912a

RGB 21014542
HSL0.100.670.49
HSV37°80°82°
CMYK 0.000.310.80   0.18
XYZ37.121734.11966.8197
Yxy34.11960.47550.4371
Hunter Lab58.412011.218533.9662
CIE-Lab65.057416.097160.3277

#d2912a color RGB value is (210,145,42).

#d2912a hex color red value is 210, green value is 145 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #d2912a hue: 0.10 , saturation: 0.67 and the lightness value of d2912a is 0.49.

The process color (four color CMYK) of #d2912a color hex is 0.00, 0.31, 0.80, 0.18. Web safe color of #d2912a is #cc9933. Color #d2912a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010001 00101010
Octal 322 221 52
Decimal 210 145 42
Hex D2 91 2A

RGB Percentages of Color #d2912a

%52.90
%36.52
%10.58

CMYK Percentages of Color #d2912a

%0
%31
%80
%18

Triadic Colors of #d2912a

#d2912a #2ad291 #912ad2

Analogous Colors of #d2912a

#d2912a #bfd22a #d23d2a

Monochromatic Colors of #d2912a

#d2912a

Complementary Color

#d2912a #2a6bd2

#d2912a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2912a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2912a Color CSS Codes

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

#d2912a Text Font Color

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

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


#d2912a Background Color

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

This div background color is #d2912a


#d2912a Border Color

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

This div border color is #d2912a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,145,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2912a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2912a;
  -webkit-box-shadow: 1px 1px 3px 2px #d2912a;
  box-shadow:         1px 1px 3px 2px #d2912a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,145,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2912a


Comments

No comments written yet.

Please login to write comment.