Color Hex Logo

#dcb644 Color Hex

#DCB644
(220,182,68)
0 Favorites   0 Comments

Color spaces of #dcb644

RGB 22018268
HSL0.130.680.56
HSV45°69°86°
CMYK 0.000.170.69   0.14
XYZ47.286549.088912.4517
Yxy49.08890.43450.4511
Hunter Lab70.0635-2.139738.5074
CIE-Lab75.50661.764560.6923

#dcb644 color RGB value is (220,182,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 01000100
Octal 334 266 104
Decimal 220 182 68
Hex DC B6 44

RGB Percentages of Color #dcb644

%46.81
%38.72
%14.47

CMYK Percentages of Color #dcb644

%0
%17
%69
%14

Triadic Colors of #dcb644

#dcb644 #44dcb6 #b644dc

Analogous Colors of #dcb644

#dcb644 #b6dc44 #dc6a44

Monochromatic Colors of #dcb644

#dcb644

Complementary Color

#dcb644 #446adc

#dcb644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb644 Color CSS Codes

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

#dcb644 Text Font Color

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

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


#dcb644 Background Color

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

This div background color is #dcb644


#dcb644 Border Color

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

This div border color is #dcb644


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb644


Comments

No comments written yet.

Please login to write comment.