Color Hex Logo

#dcbd47 Color Hex

#DCBD47
(220,189,71)
0 Favorites   0 Comments

Color spaces of #dcbd47

RGB 22018971
HSL0.130.680.57
HSV48°68°86°
CMYK 0.000.140.68   0.14
XYZ48.850152.065813.4363
Yxy52.06580.42720.4553
Hunter Lab72.1566-5.429539.4692
CIE-Lab77.3202-1.733061.3250

#dcbd47 color RGB value is (220,189,71).

#dcbd47 hex color red value is 220, green value is 189 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dcbd47 hue: 0.13 , saturation: 0.68 and the lightness value of dcbd47 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 01000111
Octal 334 275 107
Decimal 220 189 71
Hex DC BD 47

RGB Percentages of Color #dcbd47

%45.83
%39.38
%14.79

CMYK Percentages of Color #dcbd47

%0
%14
%68
%14

Triadic Colors of #dcbd47

#dcbd47 #47dcbd #bd47dc

Analogous Colors of #dcbd47

#dcbd47 #b1dc47 #dc7347

Monochromatic Colors of #dcbd47

#dcbd47

Complementary Color

#dcbd47 #4766dc

#dcbd47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbd47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbd47 Color CSS Codes

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

#dcbd47 Text Font Color

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

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


#dcbd47 Background Color

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

This div background color is #dcbd47


#dcbd47 Border Color

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

This div border color is #dcbd47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbd47


Comments

No comments written yet.

Please login to write comment.