Color Hex Logo

#dcbd5d Color Hex

#DCBD5D
(220,189,93)
0 Favorites   0 Comments

Color spaces of #dcbd5d

RGB 22018993
HSL0.130.640.61
HSV45°58°86°
CMYK 0.000.140.58   0.14
XYZ49.688652.401117.8515
Yxy52.40110.41430.4369
Hunter Lab72.3886-4.155036.0507
CIE-Lab77.5201-0.316151.7783

#dcbd5d color RGB value is (220,189,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 01011101
Octal 334 275 135
Decimal 220 189 93
Hex DC BD 5D

RGB Percentages of Color #dcbd5d

%43.82
%37.65
%18.53

CMYK Percentages of Color #dcbd5d

%0
%14
%58
%14

Triadic Colors of #dcbd5d

#dcbd5d #5ddcbd #bd5ddc

Analogous Colors of #dcbd5d

#dcbd5d #bcdc5d #dc7e5d

Monochromatic Colors of #dcbd5d

#dcbd5d

Complementary Color

#dcbd5d #5d7cdc

#dcbd5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbd5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbd5d Color CSS Codes

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

#dcbd5d Text Font Color

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

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


#dcbd5d Background Color

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

This div background color is #dcbd5d


#dcbd5d Border Color

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

This div border color is #dcbd5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbd5d


Comments

No comments written yet.

Please login to write comment.