Color Hex Logo

#dcd739 Color Hex

#DCD739
(220,215,57)
0 Favorites   0 Comments

Color spaces of #dcd739

RGB 22021557
HSL0.160.700.54
HSV58°74°86°
CMYK 0.000.020.74   0.14
XYZ54.554264.111913.3704
Yxy64.11190.41320.4856
Hunter Lab80.0699-18.504646.1484
CIE-Lab84.0240-15.610373.0464

#dcd739 color RGB value is (220,215,57).

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

The process color (four color CMYK) of #dcd739 color hex is 0.00, 0.02, 0.74, 0.14. Web safe color of #dcd739 is #cccc33. Color #dcd739 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010111 00111001
Octal 334 327 71
Decimal 220 215 57
Hex DC D7 39

RGB Percentages of Color #dcd739

%44.72
%43.70
%11.59

CMYK Percentages of Color #dcd739

%0
%2
%74
%14

Triadic Colors of #dcd739

#dcd739 #39dcd7 #d739dc

Analogous Colors of #dcd739

#dcd739 #90dc39 #dc8639

Monochromatic Colors of #dcd739

#dcd739

Complementary Color

#dcd739 #393edc

#dcd739 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd739 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd739 Color CSS Codes

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

#dcd739 Text Font Color

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

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


#dcd739 Background Color

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

This div background color is #dcd739


#dcd739 Border Color

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

This div border color is #dcd739


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd739


Comments

No comments written yet.

Please login to write comment.