Color Hex Logo

#dc9b0d Color Hex

#DC9B0D
(220,155,13)
0 Favorites   0 Comments

Color spaces of #dc9b0d

RGB 22015513
HSL0.110.890.46
HSV41°94°86°
CMYK 0.000.300.94   0.14
XYZ41.309238.68745.6710
Yxy38.68740.48220.4516
Hunter Lab62.19929.701038.1337
CIE-Lab68.524214.410071.0413

#dc9b0d color RGB value is (220,155,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011011 00001101
Octal 334 233 15
Decimal 220 155 13
Hex DC 9B D

RGB Percentages of Color #dc9b0d

%56.70
%39.95
%3.35

CMYK Percentages of Color #dc9b0d

%0
%30
%94
%14

Triadic Colors of #dc9b0d

#dc9b0d #0ddc9b #9b0ddc

Analogous Colors of #dc9b0d

#dc9b0d #b6dc0d #dc340d

Monochromatic Colors of #dc9b0d

#dc9b0d

Complementary Color

#dc9b0d #0d4edc

#dc9b0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9b0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9b0d Color CSS Codes

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

#dc9b0d Text Font Color

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

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


#dc9b0d Background Color

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

This div background color is #dc9b0d


#dc9b0d Border Color

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

This div border color is #dc9b0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9b0d


Comments

No comments written yet.

Please login to write comment.