Color Hex Logo

#d9962a Color Hex

#D9962A
(217,150,42)
0 Favorites   0 Comments

Color spaces of #d9962a

RGB 21715042
HSL0.100.700.51
HSV37°81°85°
CMYK 0.000.310.81   0.15
XYZ39.939536.73167.1753
Yxy36.73160.47630.4381
Hunter Lab60.606611.569235.4052
CIE-Lab67.075216.422762.4494

#d9962a color RGB value is (217,150,42).

#d9962a hex color red value is 217, green value is 150 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #d9962a hue: 0.10 , saturation: 0.70 and the lightness value of d9962a is 0.51.

The process color (four color CMYK) of #d9962a color hex is 0.00, 0.31, 0.81, 0.15. Web safe color of #d9962a is #cc9933. Color #d9962a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010110 00101010
Octal 331 226 52
Decimal 217 150 42
Hex D9 96 2A

RGB Percentages of Color #d9962a

%53.06
%36.67
%10.27

CMYK Percentages of Color #d9962a

%0
%31
%81
%15

Triadic Colors of #d9962a

#d9962a #2ad996 #962ad9

Analogous Colors of #d9962a

#d9962a #c5d92a #d93e2a

Monochromatic Colors of #d9962a

#d9962a

Complementary Color

#d9962a #2a6dd9

#d9962a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9962a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9962a Color CSS Codes

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

#d9962a Text Font Color

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

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


#d9962a Background Color

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

This div background color is #d9962a


#d9962a Border Color

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

This div border color is #d9962a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9962a


Comments

No comments written yet.

Please login to write comment.