Color Hex Logo

#dcd074 Color Hex

#DCD074
(220,208,116)
0 Favorites   0 Comments

Color spaces of #dcd074

RGB 220208116
HSL0.150.600.66
HSV53°47°86°
CMYK 0.000.050.47   0.14
XYZ55.223561.588325.5001
Yxy61.58830.38800.4328
Hunter Lab78.4782-11.730135.6695
CIE-Lab82.6940-8.185146.8826

#dcd074 color RGB value is (220,208,116).

#dcd074 hex color red value is 220, green value is 208 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #dcd074 hue: 0.15 , saturation: 0.60 and the lightness value of dcd074 is 0.66.

The process color (four color CMYK) of #dcd074 color hex is 0.00, 0.05, 0.47, 0.14. Web safe color of #dcd074 is #cccc66. Color #dcd074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010000 01110100
Octal 334 320 164
Decimal 220 208 116
Hex DC D0 74

RGB Percentages of Color #dcd074

%40.44
%38.24
%21.32

CMYK Percentages of Color #dcd074

%0
%5
%47
%14

Triadic Colors of #dcd074

#dcd074 #74dcd0 #d074dc

Analogous Colors of #dcd074

#dcd074 #b4dc74 #dc9c74

Monochromatic Colors of #dcd074

#dcd074

Complementary Color

#dcd074 #7480dc

#dcd074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd074 Color CSS Codes

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

#dcd074 Text Font Color

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

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


#dcd074 Background Color

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

This div background color is #dcd074


#dcd074 Border Color

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

This div border color is #dcd074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd074


Comments

No comments written yet.

Please login to write comment.