Color Hex Logo

#dcd736 Color Hex

#DCD736
(220,215,54)
0 Favorites   0 Comments

Color spaces of #dcd736

RGB 22021554
HSL0.160.700.54
HSV58°75°86°
CMYK 0.000.020.75   0.14
XYZ54.481564.082912.9878
Yxy64.08290.41410.4871
Hunter Lab80.0518-18.607446.4169
CIE-Lab84.0089-15.729973.9778

#dcd736 color RGB value is (220,215,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010111 00110110
Octal 334 327 66
Decimal 220 215 54
Hex DC D7 36

RGB Percentages of Color #dcd736

%44.99
%43.97
%11.04

CMYK Percentages of Color #dcd736

%0
%2
%75
%14

Triadic Colors of #dcd736

#dcd736 #36dcd7 #d736dc

Analogous Colors of #dcd736

#dcd736 #8edc36 #dc8436

Monochromatic Colors of #dcd736

#dcd736

Complementary Color

#dcd736 #363bdc

#dcd736 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd736 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd736 Color CSS Codes

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

#dcd736 Text Font Color

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

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


#dcd736 Background Color

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

This div background color is #dcd736


#dcd736 Border Color

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

This div border color is #dcd736


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd736


Comments

No comments written yet.

Please login to write comment.