Color Hex Logo

#dcb758 Color Hex

#DCB758
(220,183,88)
0 Favorites   0 Comments

Color spaces of #dcb758

RGB 22018388
HSL0.120.650.60
HSV43°60°86°
CMYK 0.000.170.60   0.14
XYZ48.210149.787216.3015
Yxy49.78720.42180.4356
Hunter Lab70.5600-1.520135.6943
CIE-Lab75.93852.465852.3159

#dcb758 color RGB value is (220,183,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 01011000
Octal 334 267 130
Decimal 220 183 88
Hex DC B7 58

RGB Percentages of Color #dcb758

%44.81
%37.27
%17.92

CMYK Percentages of Color #dcb758

%0
%17
%60
%14

Triadic Colors of #dcb758

#dcb758 #58dcb7 #b758dc

Analogous Colors of #dcb758

#dcb758 #bfdc58 #dc7558

Monochromatic Colors of #dcb758

#dcb758

Complementary Color

#dcb758 #587ddc

#dcb758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb758 Color CSS Codes

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

#dcb758 Text Font Color

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

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


#dcb758 Background Color

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

This div background color is #dcb758


#dcb758 Border Color

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

This div border color is #dcb758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb758


Comments

No comments written yet.

Please login to write comment.