Color Hex Logo

#dcb134 Color Hex

#DCB134
(220,177,52)
0 Favorites   0 Comments

Color spaces of #dcb134

RGB 22017752
HSL0.120.710.53
HSV45°76°86°
CMYK 0.000.200.76   0.14
XYZ45.857246.90799.8860
Yxy46.90790.44670.4570
Hunter Lab68.4893-0.341339.3844
CIE-Lab74.13083.661965.5068

#dcb134 color RGB value is (220,177,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 00110100
Octal 334 261 64
Decimal 220 177 52
Hex DC B1 34

RGB Percentages of Color #dcb134

%49.00
%39.42
%11.58

CMYK Percentages of Color #dcb134

%0
%20
%76
%14

Triadic Colors of #dcb134

#dcb134 #34dcb1 #b134dc

Analogous Colors of #dcb134

#dcb134 #b3dc34 #dc5d34

Monochromatic Colors of #dcb134

#dcb134

Complementary Color

#dcb134 #345fdc

#dcb134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb134 Color CSS Codes

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

#dcb134 Text Font Color

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

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


#dcb134 Background Color

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

This div background color is #dcb134


#dcb134 Border Color

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

This div border color is #dcb134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb134


Comments

No comments written yet.

Please login to write comment.