Color Hex Logo

#dd9810 Color Hex

#DD9810
(221,152,16)
0 Favorites   0 Comments

Color spaces of #dd9810

RGB 22115216
HSL0.110.860.46
HSV40°93°87°
CMYK 0.000.310.93   0.13
XYZ41.140637.86605.6307
Yxy37.86600.48610.4474
Hunter Lab61.535411.652637.6495
CIE-Lab67.921716.490970.1799

#dd9810 color RGB value is (221,152,16).

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

The process color (four color CMYK) of #dd9810 color hex is 0.00, 0.31, 0.93, 0.13. Web safe color of #dd9810 is #cc9900. Color #dd9810 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011000 00010000
Octal 335 230 20
Decimal 221 152 16
Hex DD 98 10

RGB Percentages of Color #dd9810

%56.81
%39.07
%4.11

CMYK Percentages of Color #dd9810

%0
%31
%93
%13

Triadic Colors of #dd9810

#dd9810 #10dd98 #9810dd

Analogous Colors of #dd9810

#dd9810 #bcdd10 #dd3110

Monochromatic Colors of #dd9810

#dd9810

Complementary Color

#dd9810 #1055dd

#dd9810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9810 Color CSS Codes

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

#dd9810 Text Font Color

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

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


#dd9810 Background Color

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

This div background color is #dd9810


#dd9810 Border Color

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

This div border color is #dd9810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9810


Comments

No comments written yet.

Please login to write comment.