Color Hex Logo

#dd800d Color Hex

#DD800D
(221,128,13)
0 Favorites   0 Comments

Color spaces of #dd800d

RGB 22112813
HSL0.090.890.46
HSV33°94°87°
CMYK 0.000.420.94   0.13
XYZ37.610630.83964.3511
Yxy30.83960.51660.4236
Hunter Lab55.533423.707634.2280
CIE-Lab62.372029.269666.7472

#dd800d color RGB value is (221,128,13).

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

The process color (four color CMYK) of #dd800d color hex is 0.00, 0.42, 0.94, 0.13. Web safe color of #dd800d is #cc9900. Color #dd800d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000000 00001101
Octal 335 200 15
Decimal 221 128 13
Hex DD 80 D

RGB Percentages of Color #dd800d

%61.05
%35.36
%3.59

CMYK Percentages of Color #dd800d

%0
%42
%94
%13

Triadic Colors of #dd800d

#dd800d #0ddd80 #800ddd

Analogous Colors of #dd800d

#dd800d #d2dd0d #dd180d

Monochromatic Colors of #dd800d

#dd800d

Complementary Color

#dd800d #0d6add

#dd800d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd800d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd800d Color CSS Codes

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

#dd800d Text Font Color

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

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


#dd800d Background Color

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

This div background color is #dd800d


#dd800d Border Color

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

This div border color is #dd800d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd800d


Comments

No comments written yet.

Please login to write comment.