Color Hex Logo

#dcb840 Color Hex

#DCB840
(220,184,64)
0 Favorites   0 Comments

Color spaces of #dcb840

RGB 22018464
HSL0.130.690.56
HSV46°71°86°
CMYK 0.000.160.71   0.14
XYZ47.581149.866811.9679
Yxy49.86680.43490.4558
Hunter Lab70.6164-3.306139.3832
CIE-Lab75.98740.513062.7952

#dcb840 color RGB value is (220,184,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111000 01000000
Octal 334 270 100
Decimal 220 184 64
Hex DC B8 40

RGB Percentages of Color #dcb840

%47.01
%39.32
%13.68

CMYK Percentages of Color #dcb840

%0
%16
%71
%14

Triadic Colors of #dcb840

#dcb840 #40dcb8 #b840dc

Analogous Colors of #dcb840

#dcb840 #b2dc40 #dc6a40

Monochromatic Colors of #dcb840

#dcb840

Complementary Color

#dcb840 #4064dc

#dcb840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb840 Color CSS Codes

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

#dcb840 Text Font Color

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

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


#dcb840 Background Color

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

This div background color is #dcb840


#dcb840 Border Color

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

This div border color is #dcb840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb840


Comments

No comments written yet.

Please login to write comment.