Color Hex Logo

#dcb458 Color Hex

#DCB458
(220,180,88)
0 Favorites   0 Comments

Color spaces of #dcb458

RGB 22018088
HSL0.120.650.60
HSV42°60°86°
CMYK 0.000.180.60   0.14
XYZ47.597948.562716.0974
Yxy48.56270.42400.4326
Hunter Lab69.6869-0.032235.0851
CIE-Lab75.17854.046651.4506

#dcb458 color RGB value is (220,180,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 01011000
Octal 334 264 130
Decimal 220 180 88
Hex DC B4 58

RGB Percentages of Color #dcb458

%45.08
%36.89
%18.03

CMYK Percentages of Color #dcb458

%0
%18
%60
%14

Triadic Colors of #dcb458

#dcb458 #58dcb4 #b458dc

Analogous Colors of #dcb458

#dcb458 #c2dc58 #dc7258

Monochromatic Colors of #dcb458

#dcb458

Complementary Color

#dcb458 #5880dc

#dcb458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb458 Color CSS Codes

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

#dcb458 Text Font Color

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

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


#dcb458 Background Color

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

This div background color is #dcb458


#dcb458 Border Color

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

This div border color is #dcb458


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,180,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 #dcb458">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb458


Comments

No comments written yet.

Please login to write comment.