Color Hex Logo

#dcad3d Color Hex

#DCAD3D
(220,173,61)
0 Favorites   0 Comments

Color spaces of #dcad3d

RGB 22017361
HSL0.120.690.55
HSV42°72°86°
CMYK 0.000.210.72   0.14
XYZ45.301145.439710.7980
Yxy45.43970.44610.4475
Hunter Lab67.40901.992337.6888
CIE-Lab73.18056.166561.1850

#dcad3d color RGB value is (220,173,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 00111101
Octal 334 255 75
Decimal 220 173 61
Hex DC AD 3D

RGB Percentages of Color #dcad3d

%48.46
%38.11
%13.44

CMYK Percentages of Color #dcad3d

%0
%21
%72
%14

Triadic Colors of #dcad3d

#dcad3d #3ddcad #ad3ddc

Analogous Colors of #dcad3d

#dcad3d #bcdc3d #dc5e3d

Monochromatic Colors of #dcad3d

#dcad3d

Complementary Color

#dcad3d #3d6cdc

#dcad3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad3d Color CSS Codes

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

#dcad3d Text Font Color

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

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


#dcad3d Background Color

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

This div background color is #dcad3d


#dcad3d Border Color

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

This div border color is #dcad3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad3d


Comments

No comments written yet.

Please login to write comment.