Color Hex Logo

#dd961a Color Hex

#DD961A
(221,150,26)
0 Favorites   0 Comments

Color spaces of #dd961a

RGB 22115026
HSL0.110.790.48
HSV38°88°87°
CMYK 0.000.320.88   0.13
XYZ40.911637.25946.0128
Yxy37.25940.48600.4426
Hunter Lab61.040512.816536.8880
CIE-Lab67.471217.729967.7543

#dd961a color RGB value is (221,150,26).

#dd961a hex color red value is 221, green value is 150 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #dd961a hue: 0.11 , saturation: 0.79 and the lightness value of dd961a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010110 00011010
Octal 335 226 32
Decimal 221 150 26
Hex DD 96 1A

RGB Percentages of Color #dd961a

%55.67
%37.78
%6.55

CMYK Percentages of Color #dd961a

%0
%32
%88
%13

Triadic Colors of #dd961a

#dd961a #1add96 #961add

Analogous Colors of #dd961a

#dd961a #c3dd1a #dd351a

Monochromatic Colors of #dd961a

#dd961a

Complementary Color

#dd961a #1a61dd

#dd961a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd961a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd961a Color CSS Codes

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

#dd961a Text Font Color

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

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


#dd961a Background Color

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

This div background color is #dd961a


#dd961a Border Color

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

This div border color is #dd961a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd961a


Comments

No comments written yet.

Please login to write comment.