Color Hex Logo

#dcad37 Color Hex

#DCAD37
(220,173,55)
0 Favorites   0 Comments

Color spaces of #dcad37

RGB 22017355
HSL0.120.700.54
HSV43°75°86°
CMYK 0.000.210.75   0.14
XYZ45.148445.37869.9938
Yxy45.37860.44910.4514
Hunter Lab67.36361.747738.3585
CIE-Lab73.14055.899563.4738

#dcad37 color RGB value is (220,173,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 00110111
Octal 334 255 67
Decimal 220 173 55
Hex DC AD 37

RGB Percentages of Color #dcad37

%49.11
%38.62
%12.28

CMYK Percentages of Color #dcad37

%0
%21
%75
%14

Triadic Colors of #dcad37

#dcad37 #37dcad #ad37dc

Analogous Colors of #dcad37

#dcad37 #b9dc37 #dc5b37

Monochromatic Colors of #dcad37

#dcad37

Complementary Color

#dcad37 #3766dc

#dcad37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad37 Color CSS Codes

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

#dcad37 Text Font Color

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

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


#dcad37 Background Color

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

This div background color is #dcad37


#dcad37 Border Color

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

This div border color is #dcad37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad37


Comments

No comments written yet.

Please login to write comment.