Color Hex Logo

#dd960c Color Hex

#DD960C
(221,150,12)
0 Favorites   0 Comments

Color spaces of #dd960c

RGB 22115012
HSL0.110.900.46
HSV40°95°87°
CMYK 0.000.320.95   0.13
XYZ40.791537.21145.3804
Yxy37.21140.48920.4463
Hunter Lab61.001112.611037.4713
CIE-Lab67.435317.514670.4621

#dd960c color RGB value is (221,150,12).

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

The process color (four color CMYK) of #dd960c color hex is 0.00, 0.32, 0.95, 0.13. Web safe color of #dd960c is #cc9900. Color #dd960c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010110 00001100
Octal 335 226 14
Decimal 221 150 12
Hex DD 96 C

RGB Percentages of Color #dd960c

%57.70
%39.16
%3.13

CMYK Percentages of Color #dd960c

%0
%32
%95
%13

Triadic Colors of #dd960c

#dd960c #0cdd96 #960cdd

Analogous Colors of #dd960c

#dd960c #bcdd0c #dd2d0c

Monochromatic Colors of #dd960c

#dd960c

Complementary Color

#dd960c #0c53dd

#dd960c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd960c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd960c Color CSS Codes

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

#dd960c Text Font Color

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

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


#dd960c Background Color

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

This div background color is #dd960c


#dd960c Border Color

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

This div border color is #dd960c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd960c


Comments

No comments written yet.

Please login to write comment.