Color Hex Logo

#dcbd7d Color Hex

#DCBD7D
(220,189,125)
0 Favorites   0 Comments

Color spaces of #dcbd7d

RGB 220189125
HSL0.110.580.68
HSV40°43°86°
CMYK 0.000.140.43   0.14
XYZ51.414553.091526.9399
Yxy53.09150.39110.4039
Hunter Lab72.8639-1.558029.0835
CIE-Lab77.92902.531836.3892

#dcbd7d color RGB value is (220,189,125).

#dcbd7d hex color red value is 220, green value is 189 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dcbd7d hue: 0.11 , saturation: 0.58 and the lightness value of dcbd7d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 01111101
Octal 334 275 175
Decimal 220 189 125
Hex DC BD 7D

RGB Percentages of Color #dcbd7d

%41.20
%35.39
%23.41

CMYK Percentages of Color #dcbd7d

%0
%14
%43
%14

Triadic Colors of #dcbd7d

#dcbd7d #7ddcbd #bd7ddc

Analogous Colors of #dcbd7d

#dcbd7d #ccdc7d #dc8e7d

Monochromatic Colors of #dcbd7d

#dcbd7d

Complementary Color

#dcbd7d #7d9cdc

#dcbd7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbd7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbd7d Color CSS Codes

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

#dcbd7d Text Font Color

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

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


#dcbd7d Background Color

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

This div background color is #dcbd7d


#dcbd7d Border Color

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

This div border color is #dcbd7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbd7d


Comments

No comments written yet.

Please login to write comment.