Color Hex Logo

#dcb658 Color Hex

#DCB658
(220,182,88)
0 Favorites   0 Comments

Color spaces of #dcb658

RGB 22018288
HSL0.120.650.60
HSV43°60°86°
CMYK 0.000.170.60   0.14
XYZ48.004649.376116.2329
Yxy49.37610.42250.4346
Hunter Lab70.2681-1.024635.4909
CIE-Lab75.68472.992252.0276

#dcb658 color RGB value is (220,182,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 01011000
Octal 334 266 130
Decimal 220 182 88
Hex DC B6 58

RGB Percentages of Color #dcb658

%44.90
%37.14
%17.96

CMYK Percentages of Color #dcb658

%0
%17
%60
%14

Triadic Colors of #dcb658

#dcb658 #58dcb6 #b658dc

Analogous Colors of #dcb658

#dcb658 #c0dc58 #dc7458

Monochromatic Colors of #dcb658

#dcb658

Complementary Color

#dcb658 #587edc

#dcb658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb658 Color CSS Codes

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

#dcb658 Text Font Color

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

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


#dcb658 Background Color

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

This div background color is #dcb658


#dcb658 Border Color

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

This div border color is #dcb658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb658


Comments

No comments written yet.

Please login to write comment.