Color Hex Logo

#dcb30d Color Hex

#DCB30D
(220,179,13)
0 Favorites   0 Comments

Color spaces of #dcb30d

RGB 22017913
HSL0.130.890.46
HSV48°94°86°
CMYK 0.000.190.94   0.14
XYZ45.707947.48497.1372
Yxy47.48490.45560.4733
Hunter Lab68.9093-2.191242.0956
CIE-Lab74.49891.649475.3922

#dcb30d color RGB value is (220,179,13).

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

The process color (four color CMYK) of #dcb30d color hex is 0.00, 0.19, 0.94, 0.14. Web safe color of #dcb30d is #cccc00. Color #dcb30d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 00001101
Octal 334 263 15
Decimal 220 179 13
Hex DC B3 D

RGB Percentages of Color #dcb30d

%53.40
%43.45
%3.16

CMYK Percentages of Color #dcb30d

%0
%19
%94
%14

Triadic Colors of #dcb30d

#dcb30d #0ddcb3 #b30ddc

Analogous Colors of #dcb30d

#dcb30d #9edc0d #dc4b0d

Monochromatic Colors of #dcb30d

#dcb30d

Complementary Color

#dcb30d #0d36dc

#dcb30d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb30d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb30d Color CSS Codes

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

#dcb30d Text Font Color

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

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


#dcb30d Background Color

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

This div background color is #dcb30d


#dcb30d Border Color

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

This div border color is #dcb30d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb30d


Comments

No comments written yet.

Please login to write comment.