Color Hex Logo

#dd992b Color Hex

#DD992B
(221,153,43)
0 Favorites   0 Comments

Color spaces of #dd992b

RGB 22115343
HSL0.100.720.52
HSV37°81°87°
CMYK 0.000.310.81   0.13
XYZ41.646138.32907.4888
Yxy38.32900.47620.4382
Hunter Lab61.910411.730736.1655
CIE-Lab68.262416.565363.3366

#dd992b color RGB value is (221,153,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011001 00101011
Octal 335 231 53
Decimal 221 153 43
Hex DD 99 2B

RGB Percentages of Color #dd992b

%53.00
%36.69
%10.31

CMYK Percentages of Color #dd992b

%0
%31
%81
%13

Triadic Colors of #dd992b

#dd992b #2bdd99 #992bdd

Analogous Colors of #dd992b

#dd992b #c8dd2b #dd402b

Monochromatic Colors of #dd992b

#dd992b

Complementary Color

#dd992b #2b6fdd

#dd992b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd992b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd992b Color CSS Codes

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

#dd992b Text Font Color

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

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


#dd992b Background Color

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

This div background color is #dd992b


#dd992b Border Color

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

This div border color is #dd992b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd992b


Comments

No comments written yet.

Please login to write comment.