Color Hex Logo

#dd964a Color Hex

#DD964A
(221,150,74)
0 Favorites   0 Comments

Color spaces of #dd964a

RGB 22115074
HSL0.090.680.58
HSV31°67°87°
CMYK 0.000.320.67   0.13
XYZ41.961237.679311.5398
Yxy37.67930.46020.4132
Hunter Lab61.383514.600031.8222
CIE-Lab67.783619.584649.8069

#dd964a color RGB value is (221,150,74).

#dd964a hex color red value is 221, green value is 150 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dd964a hue: 0.09 , saturation: 0.68 and the lightness value of dd964a is 0.58.

The process color (four color CMYK) of #dd964a color hex is 0.00, 0.32, 0.67, 0.13. Web safe color of #dd964a is #cc9933. Color #dd964a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010110 01001010
Octal 335 226 112
Decimal 221 150 74
Hex DD 96 4A

RGB Percentages of Color #dd964a

%49.66
%33.71
%16.63

CMYK Percentages of Color #dd964a

%0
%32
%67
%13

Triadic Colors of #dd964a

#dd964a #4add96 #964add

Analogous Colors of #dd964a

#dd964a #dbdd4a #dd4c4a

Monochromatic Colors of #dd964a

#dd964a

Complementary Color

#dd964a #4a91dd

#dd964a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd964a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd964a Color CSS Codes

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

#dd964a Text Font Color

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

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


#dd964a Background Color

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

This div background color is #dd964a


#dd964a Border Color

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

This div border color is #dd964a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,150,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd964a


Comments

No comments written yet.

Please login to write comment.