Color Hex Logo

#dd971b Color Hex

#DD971B
(221,151,27)
0 Favorites   0 Comments

Color spaces of #dd971b

RGB 22115127
HSL0.110.780.49
HSV38°88°87°
CMYK 0.000.320.88   0.13
XYZ41.083237.58456.1261
Yxy37.58450.48450.4432
Hunter Lab61.306212.332636.9897
CIE-Lab67.713317.213567.6963

#dd971b color RGB value is (221,151,27).

#dd971b hex color red value is 221, green value is 151 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #dd971b hue: 0.11 , saturation: 0.78 and the lightness value of dd971b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010111 00011011
Octal 335 227 33
Decimal 221 151 27
Hex DD 97 1B

RGB Percentages of Color #dd971b

%55.39
%37.84
%6.77

CMYK Percentages of Color #dd971b

%0
%32
%88
%13

Triadic Colors of #dd971b

#dd971b #1bdd97 #971bdd

Analogous Colors of #dd971b

#dd971b #c2dd1b #dd361b

Monochromatic Colors of #dd971b

#dd971b

Complementary Color

#dd971b #1b61dd

#dd971b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd971b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd971b Color CSS Codes

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

#dd971b Text Font Color

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

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


#dd971b Background Color

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

This div background color is #dd971b


#dd971b Border Color

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

This div border color is #dd971b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd971b


Comments

No comments written yet.

Please login to write comment.