color codes Logo

#dcb31d color codes

#DCB31D
(220,179,29)
0 Favorites   0 Comments

Color spaces of #dcb31d

RGB 22017929
HSL0.130.770.49
HSV47°87°86°
CMYK 0.000.190.87   0.14
XYZ45.857147.54467.9225
Yxy47.54460.45260.4692
Hunter Lab68.9526-1.955141.4545
CIE-Lab74.53681.911772.6022

#dcb31d color RGB value is (220,179,29).

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

The process color (four color CMYK) of #dcb31d color code is 0.00, 0.19, 0.87, 0.14. Web safe color of #dcb31d is #cccc33. Color #dcb31d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 00011101
Octal 334 263 35
Decimal 220 179 29
Hex DC B3 1D

RGB Percentages of Color #dcb31d

%51.40
%41.82
%6.78

CMYK Percentages of Color #dcb31d

%0
%19
%87
%14

Triadic Colors of #dcb31d

#dcb31d #1ddcb3 #b31ddc

Analogous Colors of #dcb31d

#dcb31d #a6dc1d #dc541d

Monochromatic Colors of #dcb31d

#dcb31d

Complementary Color

#dcb31d #1d46dc

#dcb31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb31d Color CSS Codes

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

#dcb31d Text Font Color

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

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


#dcb31d Background Color

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

This div background color is #dcb31d


#dcb31d Border Color

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

This div border color is #dcb31d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,179,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb31d


Comments

No comments written yet.

Please login to write comment.