Color Hex Logo

#dcbd6d Color Hex

#DCBD6D
(220,189,109)
0 Favorites   0 Comments

Color spaces of #dcbd6d

RGB 220189109
HSL0.120.610.65
HSV43°50°86°
CMYK 0.000.140.50   0.14
XYZ50.473152.715021.9828
Yxy52.71500.40320.4211
Hunter Lab72.6051-2.970532.8722
CIE-Lab77.70640.989344.2341

#dcbd6d color RGB value is (220,189,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 01101101
Octal 334 275 155
Decimal 220 189 109
Hex DC BD 6D

RGB Percentages of Color #dcbd6d

%42.47
%36.49
%21.04

CMYK Percentages of Color #dcbd6d

%0
%14
%50
%14

Triadic Colors of #dcbd6d

#dcbd6d #6ddcbd #bd6ddc

Analogous Colors of #dcbd6d

#dcbd6d #c4dc6d #dc866d

Monochromatic Colors of #dcbd6d

#dcbd6d

Complementary Color

#dcbd6d #6d8cdc

#dcbd6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbd6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbd6d Color CSS Codes

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

#dcbd6d Text Font Color

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

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


#dcbd6d Background Color

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

This div background color is #dcbd6d


#dcbd6d Border Color

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

This div border color is #dcbd6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbd6d


Comments

No comments written yet.

Please login to write comment.