Color Hex Logo

#dcb41d Color Hex

#DCB41D
(220,180,29)
0 Favorites   0 Comments

Color spaces of #dcb41d

RGB 22018029
HSL0.130.770.49
HSV47°87°86°
CMYK 0.000.180.87   0.14
XYZ46.058247.94697.9895
Yxy47.94690.45160.4701
Hunter Lab69.2437-2.445341.6296
CIE-Lab74.79141.386572.8065

#dcb41d color RGB value is (220,180,29).

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

The process color (four color CMYK) of #dcb41d color hex is 0.00, 0.18, 0.87, 0.14. Web safe color of #dcb41d is #cccc33. Color #dcb41d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 00011101
Octal 334 264 35
Decimal 220 180 29
Hex DC B4 1D

RGB Percentages of Color #dcb41d

%51.28
%41.96
%6.76

CMYK Percentages of Color #dcb41d

%0
%18
%87
%14

Triadic Colors of #dcb41d

#dcb41d #1ddcb4 #b41ddc

Analogous Colors of #dcb41d

#dcb41d #a5dc1d #dc551d

Monochromatic Colors of #dcb41d

#dcb41d

Complementary Color

#dcb41d #1d45dc

#dcb41d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb41d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb41d Color CSS Codes

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

#dcb41d Text Font Color

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

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


#dcb41d Background Color

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

This div background color is #dcb41d


#dcb41d Border Color

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

This div border color is #dcb41d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb41d


Comments

No comments written yet.

Please login to write comment.