Color Hex Logo

#dcbb71 Color Hex

#DCBB71
(220,187,113)
0 Favorites   0 Comments

Color spaces of #dcbb71

RGB 220187113
HSL0.120.600.65
HSV41°49°86°
CMYK 0.000.150.49   0.14
XYZ50.266251.948523.0005
Yxy51.94850.40140.4149
Hunter Lab72.0753-1.643731.5322
CIE-Lab77.25002.402541.6639

#dcbb71 color RGB value is (220,187,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 01110001
Octal 334 273 161
Decimal 220 187 113
Hex DC BB 71

RGB Percentages of Color #dcbb71

%42.31
%35.96
%21.73

CMYK Percentages of Color #dcbb71

%0
%15
%49
%14

Triadic Colors of #dcbb71

#dcbb71 #71dcbb #bb71dc

Analogous Colors of #dcbb71

#dcbb71 #c8dc71 #dc8671

Monochromatic Colors of #dcbb71

#dcbb71

Complementary Color

#dcbb71 #7192dc

#dcbb71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb71 Color CSS Codes

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

#dcbb71 Text Font Color

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

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


#dcbb71 Background Color

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

This div background color is #dcbb71


#dcbb71 Border Color

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

This div border color is #dcbb71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb71


Comments

No comments written yet.

Please login to write comment.