Color Hex Logo

#dd833f Color Hex

#DD833F
(221,131,63)
0 Favorites   0 Comments

Color spaces of #dd833f

RGB 22113163
HSL0.070.700.56
HSV26°71°87°
CMYK 0.000.410.71   0.13
XYZ38.832331.96368.8255
Yxy31.96360.48770.4014
Hunter Lab56.536423.665030.3201
CIE-Lab63.312829.146850.1917

#dd833f color RGB value is (221,131,63).

#dd833f hex color red value is 221, green value is 131 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dd833f hue: 0.07 , saturation: 0.70 and the lightness value of dd833f is 0.56.

The process color (four color CMYK) of #dd833f color hex is 0.00, 0.41, 0.71, 0.13. Web safe color of #dd833f is #cc9933. Color #dd833f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000011 00111111
Octal 335 203 77
Decimal 221 131 63
Hex DD 83 3F

RGB Percentages of Color #dd833f

%53.25
%31.57
%15.18

CMYK Percentages of Color #dd833f

%0
%41
%71
%13

Triadic Colors of #dd833f

#dd833f #3fdd83 #833fdd

Analogous Colors of #dd833f

#dd833f #ddd23f #dd3f4a

Monochromatic Colors of #dd833f

#dd833f

Complementary Color

#dd833f #3f99dd

#dd833f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd833f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd833f Color CSS Codes

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

#dd833f Text Font Color

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

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


#dd833f Background Color

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

This div background color is #dd833f


#dd833f Border Color

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

This div border color is #dd833f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd833f


Comments

No comments written yet.

Please login to write comment.