Color Hex Logo

#dcb340 Color Hex

#DCB340
(220,179,64)
0 Favorites   0 Comments

Color spaces of #dcb340

RGB 22017964
HSL0.120.690.56
HSV44°71°86°
CMYK 0.000.190.71   0.14
XYZ46.560747.826011.6278
Yxy47.82600.43920.4511
Hunter Lab69.1563-0.845438.4405
CIE-Lab74.71503.138861.5177

#dcb340 color RGB value is (220,179,64).

#dcb340 hex color red value is 220, green value is 179 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #dcb340 hue: 0.12 , saturation: 0.69 and the lightness value of dcb340 is 0.56.

The process color (four color CMYK) of #dcb340 color hex is 0.00, 0.19, 0.71, 0.14. Web safe color of #dcb340 is #cccc33. Color #dcb340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 01000000
Octal 334 263 100
Decimal 220 179 64
Hex DC B3 40

RGB Percentages of Color #dcb340

%47.52
%38.66
%13.82

CMYK Percentages of Color #dcb340

%0
%19
%71
%14

Triadic Colors of #dcb340

#dcb340 #40dcb3 #b340dc

Analogous Colors of #dcb340

#dcb340 #b7dc40 #dc6540

Monochromatic Colors of #dcb340

#dcb340

Complementary Color

#dcb340 #4069dc

#dcb340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb340 Color CSS Codes

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

#dcb340 Text Font Color

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

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


#dcb340 Background Color

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

This div background color is #dcb340


#dcb340 Border Color

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

This div border color is #dcb340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb340


Comments

No comments written yet.

Please login to write comment.