Color Hex Logo

#dc990d Color Hex

#DC990D
(220,153,13)
0 Favorites   0 Comments

Color spaces of #dc990d

RGB 22015313
HSL0.110.890.46
HSV41°94°86°
CMYK 0.000.300.94   0.14
XYZ40.979138.02725.5609
Yxy38.02720.48460.4497
Hunter Lab61.666210.702937.8197
CIE-Lab68.040715.482870.6941

#dc990d color RGB value is (220,153,13).

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

The process color (four color CMYK) of #dc990d color hex is 0.00, 0.30, 0.94, 0.14. Web safe color of #dc990d is #cc9900. Color #dc990d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011001 00001101
Octal 334 231 15
Decimal 220 153 13
Hex DC 99 D

RGB Percentages of Color #dc990d

%56.99
%39.64
%3.37

CMYK Percentages of Color #dc990d

%0
%30
%94
%14

Triadic Colors of #dc990d

#dc990d #0ddc99 #990ddc

Analogous Colors of #dc990d

#dc990d #b8dc0d #dc310d

Monochromatic Colors of #dc990d

#dc990d

Complementary Color

#dc990d #0d50dc

#dc990d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc990d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc990d Color CSS Codes

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

#dc990d Text Font Color

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

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


#dc990d Background Color

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

This div background color is #dc990d


#dc990d Border Color

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

This div border color is #dc990d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc990d


Comments

No comments written yet.

Please login to write comment.