Color Hex Logo

#dd790c Color Hex

#DD790C
(221,121,12)
0 Favorites   0 Comments

Color spaces of #dd790c

RGB 22112112
HSL0.090.900.46
HSV31°95°87°
CMYK 0.000.450.95   0.13
XYZ36.722529.07344.0241
Yxy29.07340.52600.4164
Hunter Lab53.919827.209333.3189
CIE-Lab60.846432.933365.8745

#dd790c color RGB value is (221,121,12).

#dd790c hex color red value is 221, green value is 121 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dd790c hue: 0.09 , saturation: 0.90 and the lightness value of dd790c is 0.46.

The process color (four color CMYK) of #dd790c color hex is 0.00, 0.45, 0.95, 0.13. Web safe color of #dd790c is #cc6600. Color #dd790c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111001 00001100
Octal 335 171 14
Decimal 221 121 12
Hex DD 79 C

RGB Percentages of Color #dd790c

%62.43
%34.18
%3.39

CMYK Percentages of Color #dd790c

%0
%45
%95
%13

Triadic Colors of #dd790c

#dd790c #0cdd79 #790cdd

Analogous Colors of #dd790c

#dd790c #d9dd0c #dd110c

Monochromatic Colors of #dd790c

#dd790c

Complementary Color

#dd790c #0c70dd

#dd790c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd790c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd790c Color CSS Codes

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

#dd790c Text Font Color

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

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


#dd790c Background Color

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

This div background color is #dd790c


#dd790c Border Color

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

This div border color is #dd790c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd790c


Comments

No comments written yet.

Please login to write comment.