Color Hex Logo

#dcbc74 Color Hex

#DCBC74
(220,188,116)
0 Favorites   0 Comments

Color spaces of #dcbc74

RGB 220188116
HSL0.120.600.66
HSV42°47°86°
CMYK 0.000.150.47   0.14
XYZ50.650852.443023.9759
Yxy52.44300.39860.4127
Hunter Lab72.4175-1.882931.0626
CIE-Lab77.54502.159840.5119

#dcbc74 color RGB value is (220,188,116).

#dcbc74 hex color red value is 220, green value is 188 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #dcbc74 hue: 0.12 , saturation: 0.60 and the lightness value of dcbc74 is 0.66.

The process color (four color CMYK) of #dcbc74 color hex is 0.00, 0.15, 0.47, 0.14. Web safe color of #dcbc74 is #cccc66. Color #dcbc74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 01110100
Octal 334 274 164
Decimal 220 188 116
Hex DC BC 74

RGB Percentages of Color #dcbc74

%41.98
%35.88
%22.14

CMYK Percentages of Color #dcbc74

%0
%15
%47
%14

Triadic Colors of #dcbc74

#dcbc74 #74dcbc #bc74dc

Analogous Colors of #dcbc74

#dcbc74 #c8dc74 #dc8874

Monochromatic Colors of #dcbc74

#dcbc74

Complementary Color

#dcbc74 #7494dc

#dcbc74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbc74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbc74 Color CSS Codes

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

#dcbc74 Text Font Color

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

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


#dcbc74 Background Color

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

This div background color is #dcbc74


#dcbc74 Border Color

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

This div border color is #dcbc74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbc74


Comments

No comments written yet.

Please login to write comment.