Color Hex Logo

#dcb956 Color Hex

#DCB956
(220,185,86)
0 Favorites   0 Comments

Color spaces of #dcb956

RGB 22018586
HSL0.120.660.60
HSV44°61°86°
CMYK 0.000.160.61   0.14
XYZ48.543950.585516.0095
Yxy50.58550.42160.4393
Hunter Lab71.1235-2.634536.4406
CIE-Lab76.42721.277253.7965

#dcb956 color RGB value is (220,185,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 01010110
Octal 334 271 126
Decimal 220 185 86
Hex DC B9 56

RGB Percentages of Color #dcb956

%44.81
%37.68
%17.52

CMYK Percentages of Color #dcb956

%0
%16
%61
%14

Triadic Colors of #dcb956

#dcb956 #56dcb9 #b956dc

Analogous Colors of #dcb956

#dcb956 #bcdc56 #dc7656

Monochromatic Colors of #dcb956

#dcb956

Complementary Color

#dcb956 #5679dc

#dcb956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb956 Color CSS Codes

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

#dcb956 Text Font Color

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

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


#dcb956 Background Color

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

This div background color is #dcb956


#dcb956 Border Color

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

This div border color is #dcb956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb956


Comments

No comments written yet.

Please login to write comment.