Color Hex Logo

#dcd675 Color Hex

#DCD675
(220,214,117)
0 Favorites   0 Comments

Color spaces of #dcd675

RGB 220214117
HSL0.160.600.66
HSV57°47°86°
CMYK 0.000.030.47   0.14
XYZ56.772764.593126.3051
Yxy64.59310.38450.4374
Hunter Lab80.3698-14.556036.8532
CIE-Lab84.2736-11.128348.3223

#dcd675 color RGB value is (220,214,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010110 01110101
Octal 334 326 165
Decimal 220 214 117
Hex DC D6 75

RGB Percentages of Color #dcd675

%39.93
%38.84
%21.23

CMYK Percentages of Color #dcd675

%0
%3
%47
%14

Triadic Colors of #dcd675

#dcd675 #75dcd6 #d675dc

Analogous Colors of #dcd675

#dcd675 #afdc75 #dca375

Monochromatic Colors of #dcd675

#dcd675

Complementary Color

#dcd675 #757bdc

#dcd675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd675 Color CSS Codes

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

#dcd675 Text Font Color

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

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


#dcd675 Background Color

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

This div background color is #dcd675


#dcd675 Border Color

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

This div border color is #dcd675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd675


Comments

No comments written yet.

Please login to write comment.