Color Hex Logo

#dcb10d Color Hex

#DCB10D
(220,177,13)
0 Favorites   0 Comments

Color spaces of #dcb10d

RGB 22017713
HSL0.130.890.46
HSV48°94°86°
CMYK 0.000.200.94   0.14
XYZ45.310046.68907.0046
Yxy46.68900.45770.4716
Hunter Lab68.3293-1.210941.7526
CIE-Lab73.99042.701075.0180

#dcb10d color RGB value is (220,177,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 00001101
Octal 334 261 15
Decimal 220 177 13
Hex DC B1 D

RGB Percentages of Color #dcb10d

%53.66
%43.17
%3.17

CMYK Percentages of Color #dcb10d

%0
%20
%94
%14

Triadic Colors of #dcb10d

#dcb10d #0ddcb1 #b10ddc

Analogous Colors of #dcb10d

#dcb10d #a0dc0d #dc490d

Monochromatic Colors of #dcb10d

#dcb10d

Complementary Color

#dcb10d #0d38dc

#dcb10d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb10d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb10d Color CSS Codes

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

#dcb10d Text Font Color

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

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


#dcb10d Background Color

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

This div background color is #dcb10d


#dcb10d Border Color

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

This div border color is #dcb10d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb10d


Comments

No comments written yet.

Please login to write comment.