Color Hex Logo

#dd933b Color Hex

#DD933B
(221,147,59)
0 Favorites   0 Comments

Color spaces of #dd933b

RGB 22114759
HSL0.090.700.55
HSV33°73°87°
CMYK 0.000.330.73   0.13
XYZ41.041936.55549.0304
Yxy36.55540.47380.4220
Hunter Lab60.461115.361733.4673
CIE-Lab66.942120.410755.7844

#dd933b color RGB value is (221,147,59).

#dd933b hex color red value is 221, green value is 147 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dd933b hue: 0.09 , saturation: 0.70 and the lightness value of dd933b is 0.55.

The process color (four color CMYK) of #dd933b color hex is 0.00, 0.33, 0.73, 0.13. Web safe color of #dd933b is #cc9933. Color #dd933b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010011 00111011
Octal 335 223 73
Decimal 221 147 59
Hex DD 93 3B

RGB Percentages of Color #dd933b

%51.76
%34.43
%13.82

CMYK Percentages of Color #dd933b

%0
%33
%73
%13

Triadic Colors of #dd933b

#dd933b #3bdd93 #933bdd

Analogous Colors of #dd933b

#dd933b #d6dd3b #dd423b

Monochromatic Colors of #dd933b

#dd933b

Complementary Color

#dd933b #3b85dd

#dd933b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd933b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd933b Color CSS Codes

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

#dd933b Text Font Color

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

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


#dd933b Background Color

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

This div background color is #dd933b


#dd933b Border Color

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

This div border color is #dd933b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd933b


Comments

No comments written yet.

Please login to write comment.