Color Hex Logo

#dcad44 Color Hex

#DCAD44
(220,173,68)
0 Favorites   0 Comments

Color spaces of #dcad44

RGB 22017368
HSL0.120.680.56
HSV41°69°86°
CMYK 0.000.210.69   0.14
XYZ45.502245.520111.8569
Yxy45.52010.44230.4425
Hunter Lab67.46862.314036.8084
CIE-Lab73.23306.517058.3434

#dcad44 color RGB value is (220,173,68).

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

The process color (four color CMYK) of #dcad44 color hex is 0.00, 0.21, 0.69, 0.14. Web safe color of #dcad44 is #cc9933. Color #dcad44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 01000100
Octal 334 255 104
Decimal 220 173 68
Hex DC AD 44

RGB Percentages of Color #dcad44

%47.72
%37.53
%14.75

CMYK Percentages of Color #dcad44

%0
%21
%69
%14

Triadic Colors of #dcad44

#dcad44 #44dcad #ad44dc

Analogous Colors of #dcad44

#dcad44 #bfdc44 #dc6144

Monochromatic Colors of #dcad44

#dcad44

Complementary Color

#dcad44 #4473dc

#dcad44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad44 Color CSS Codes

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

#dcad44 Text Font Color

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

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


#dcad44 Background Color

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

This div background color is #dcad44


#dcad44 Border Color

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

This div border color is #dcad44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad44


Comments

No comments written yet.

Please login to write comment.