Color Hex Logo

#dcb649 Color Hex

#DCB649
(220,182,73)
0 Favorites   0 Comments

Color spaces of #dcb649

RGB 22018273
HSL0.120.680.57
HSV44°67°86°
CMYK 0.000.170.67   0.14
XYZ47.445749.152613.2901
Yxy49.15260.43180.4473
Hunter Lab70.1089-1.892037.8370
CIE-Lab75.54622.038058.6288

#dcb649 color RGB value is (220,182,73).

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

The process color (four color CMYK) of #dcb649 color hex is 0.00, 0.17, 0.67, 0.14. Web safe color of #dcb649 is #cccc33. Color #dcb649 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 01001001
Octal 334 266 111
Decimal 220 182 73
Hex DC B6 49

RGB Percentages of Color #dcb649

%46.32
%38.32
%15.37

CMYK Percentages of Color #dcb649

%0
%17
%67
%14

Triadic Colors of #dcb649

#dcb649 #49dcb6 #b649dc

Analogous Colors of #dcb649

#dcb649 #b9dc49 #dc6d49

Monochromatic Colors of #dcb649

#dcb649

Complementary Color

#dcb649 #496fdc

#dcb649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb649 Color CSS Codes

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

#dcb649 Text Font Color

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

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


#dcb649 Background Color

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

This div background color is #dcb649


#dcb649 Border Color

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

This div border color is #dcb649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb649


Comments

No comments written yet.

Please login to write comment.