Color Hex Logo

#dcbc6b Color Hex

#DCBC6B
(220,188,107)
0 Favorites   0 Comments

Color spaces of #dcbc6b

RGB 220188107
HSL0.120.620.64
HSV43°51°86°
CMYK 0.000.150.51   0.14
XYZ50.152352.243621.3506
Yxy52.24360.40530.4222
Hunter Lab72.2797-2.634833.0822
CIE-Lab77.42631.337344.8868

#dcbc6b color RGB value is (220,188,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 01101011
Octal 334 274 153
Decimal 220 188 107
Hex DC BC 6B

RGB Percentages of Color #dcbc6b

%42.72
%36.50
%20.78

CMYK Percentages of Color #dcbc6b

%0
%15
%51
%14

Triadic Colors of #dcbc6b

#dcbc6b #6bdcbc #bc6bdc

Analogous Colors of #dcbc6b

#dcbc6b #c4dc6b #dc846b

Monochromatic Colors of #dcbc6b

#dcbc6b

Complementary Color

#dcbc6b #6b8bdc

#dcbc6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbc6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbc6b Color CSS Codes

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

#dcbc6b Text Font Color

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

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


#dcbc6b Background Color

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

This div background color is #dcbc6b


#dcbc6b Border Color

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

This div border color is #dcbc6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbc6b


Comments

No comments written yet.

Please login to write comment.