Color Hex Logo

#dcbd73 Color Hex

#DCBD73
(220,189,115)
0 Favorites   0 Comments

Color spaces of #dcbd73

RGB 220189115
HSL0.120.600.66
HSV42°48°86°
CMYK 0.000.140.48   0.14
XYZ50.807352.848623.7426
Yxy52.84860.39880.4148
Hunter Lab72.6970-2.467831.5240
CIE-Lab77.78551.540141.3196

#dcbd73 color RGB value is (220,189,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 01110011
Octal 334 275 163
Decimal 220 189 115
Hex DC BD 73

RGB Percentages of Color #dcbd73

%41.98
%36.07
%21.95

CMYK Percentages of Color #dcbd73

%0
%14
%48
%14

Triadic Colors of #dcbd73

#dcbd73 #73dcbd #bd73dc

Analogous Colors of #dcbd73

#dcbd73 #c7dc73 #dc8973

Monochromatic Colors of #dcbd73

#dcbd73

Complementary Color

#dcbd73 #7392dc

#dcbd73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbd73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbd73 Color CSS Codes

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

#dcbd73 Text Font Color

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

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


#dcbd73 Background Color

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

This div background color is #dcbd73


#dcbd73 Border Color

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

This div border color is #dcbd73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbd73


Comments

No comments written yet.

Please login to write comment.