Color Hex Logo

#dcb044 Color Hex

#DCB044
(220,176,68)
0 Favorites   0 Comments

Color spaces of #dcb044

RGB 22017668
HSL0.120.680.56
HSV43°69°86°
CMYK 0.000.200.69   0.14
XYZ46.083946.683712.0508
Yxy46.68370.43970.4454
Hunter Lab68.32550.824437.3706
CIE-Lab73.98704.927059.1255

#dcb044 color RGB value is (220,176,68).

#dcb044 hex color red value is 220, green value is 176 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #dcb044 hue: 0.12 , saturation: 0.68 and the lightness value of dcb044 is 0.56.

The process color (four color CMYK) of #dcb044 color hex is 0.00, 0.20, 0.69, 0.14. Web safe color of #dcb044 is #cc9933. Color #dcb044 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 01000100
Octal 334 260 104
Decimal 220 176 68
Hex DC B0 44

RGB Percentages of Color #dcb044

%47.41
%37.93
%14.66

CMYK Percentages of Color #dcb044

%0
%20
%69
%14

Triadic Colors of #dcb044

#dcb044 #44dcb0 #b044dc

Analogous Colors of #dcb044

#dcb044 #bcdc44 #dc6444

Monochromatic Colors of #dcb044

#dcb044

Complementary Color

#dcb044 #4470dc

#dcb044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb044 Color CSS Codes

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

#dcb044 Text Font Color

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

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


#dcb044 Background Color

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

This div background color is #dcb044


#dcb044 Border Color

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

This div border color is #dcb044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb044


Comments

No comments written yet.

Please login to write comment.