Color Hex Logo

#dcb138 Color Hex

#DCB138
(220,177,56)
0 Favorites   0 Comments

Color spaces of #dcb138

RGB 22017756
HSL0.120.700.54
HSV44°75°86°
CMYK 0.000.200.75   0.14
XYZ45.951246.945410.3809
Yxy46.94540.44490.4546
Hunter Lab68.5167-0.192038.9787
CIE-Lab74.15483.826164.0726

#dcb138 color RGB value is (220,177,56).

#dcb138 hex color red value is 220, green value is 177 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #dcb138 hue: 0.12 , saturation: 0.70 and the lightness value of dcb138 is 0.54.

The process color (four color CMYK) of #dcb138 color hex is 0.00, 0.20, 0.75, 0.14. Web safe color of #dcb138 is #cc9933. Color #dcb138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 00111000
Octal 334 261 70
Decimal 220 177 56
Hex DC B1 38

RGB Percentages of Color #dcb138

%48.57
%39.07
%12.36

CMYK Percentages of Color #dcb138

%0
%20
%75
%14

Triadic Colors of #dcb138

#dcb138 #38dcb1 #b138dc

Analogous Colors of #dcb138

#dcb138 #b5dc38 #dc5f38

Monochromatic Colors of #dcb138

#dcb138

Complementary Color

#dcb138 #3863dc

#dcb138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb138 Color CSS Codes

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

#dcb138 Text Font Color

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

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


#dcb138 Background Color

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

This div background color is #dcb138


#dcb138 Border Color

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

This div border color is #dcb138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb138


Comments

No comments written yet.

Please login to write comment.