Color Hex Logo

#dd9033 Color Hex

#DD9033
(221,144,51)
0 Favorites   0 Comments

Color spaces of #dd9033

RGB 22114451
HSL0.090.710.53
HSV33°77°87°
CMYK 0.000.350.77   0.13
XYZ40.389635.55777.8665
Yxy35.55770.48190.4242
Hunter Lab59.630316.551133.9196
CIE-Lab66.180621.680358.3922

#dd9033 color RGB value is (221,144,51).

#dd9033 hex color red value is 221, green value is 144 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #dd9033 hue: 0.09 , saturation: 0.71 and the lightness value of dd9033 is 0.53.

The process color (four color CMYK) of #dd9033 color hex is 0.00, 0.35, 0.77, 0.13. Web safe color of #dd9033 is #cc9933. Color #dd9033 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010000 00110011
Octal 335 220 63
Decimal 221 144 51
Hex DD 90 33

RGB Percentages of Color #dd9033

%53.13
%34.62
%12.26

CMYK Percentages of Color #dd9033

%0
%35
%77
%13

Triadic Colors of #dd9033

#dd9033 #33dd90 #9033dd

Analogous Colors of #dd9033

#dd9033 #d5dd33 #dd3b33

Monochromatic Colors of #dd9033

#dd9033

Complementary Color

#dd9033 #3380dd

#dd9033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9033 Color CSS Codes

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

#dd9033 Text Font Color

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

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


#dd9033 Background Color

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

This div background color is #dd9033


#dd9033 Border Color

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

This div border color is #dd9033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9033


Comments

No comments written yet.

Please login to write comment.