Color Hex Logo

#dd982b Color Hex

#DD982B
(221,152,43)
0 Favorites   0 Comments

Color spaces of #dd982b

RGB 22115243
HSL0.100.720.52
HSV37°81°87°
CMYK 0.000.310.81   0.13
XYZ41.483138.00307.4344
Yxy38.00300.47730.4372
Hunter Lab61.646612.234436.0024
CIE-Lab68.022817.101963.1224

#dd982b color RGB value is (221,152,43).

#dd982b hex color red value is 221, green value is 152 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dd982b hue: 0.10 , saturation: 0.72 and the lightness value of dd982b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011000 00101011
Octal 335 230 53
Decimal 221 152 43
Hex DD 98 2B

RGB Percentages of Color #dd982b

%53.13
%36.54
%10.34

CMYK Percentages of Color #dd982b

%0
%31
%81
%13

Triadic Colors of #dd982b

#dd982b #2bdd98 #982bdd

Analogous Colors of #dd982b

#dd982b #c9dd2b #dd3f2b

Monochromatic Colors of #dd982b

#dd982b

Complementary Color

#dd982b #2b70dd

#dd982b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd982b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd982b Color CSS Codes

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

#dd982b Text Font Color

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

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


#dd982b Background Color

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

This div background color is #dd982b


#dd982b Border Color

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

This div border color is #dd982b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd982b


Comments

No comments written yet.

Please login to write comment.