Color Hex Logo

#dcd67e Color Hex

#DCD67E
(220,214,126)
0 Favorites   0 Comments

Color spaces of #dcd67e

RGB 220214126
HSL0.160.570.68
HSV56°43°86°
CMYK 0.000.030.43   0.14
XYZ57.327764.815129.2277
Yxy64.81510.37870.4282
Hunter Lab80.5078-13.783134.8307
CIE-Lab84.3884-10.255244.0680

#dcd67e color RGB value is (220,214,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010110 01111110
Octal 334 326 176
Decimal 220 214 126
Hex DC D6 7E

RGB Percentages of Color #dcd67e

%39.29
%38.21
%22.50

CMYK Percentages of Color #dcd67e

%0
%3
%43
%14

Triadic Colors of #dcd67e

#dcd67e #7edcd6 #d67edc

Analogous Colors of #dcd67e

#dcd67e #b3dc7e #dca77e

Monochromatic Colors of #dcd67e

#dcd67e

Complementary Color

#dcd67e #7e84dc

#dcd67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd67e Color CSS Codes

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

#dcd67e Text Font Color

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

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


#dcd67e Background Color

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

This div background color is #dcd67e


#dcd67e Border Color

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

This div border color is #dcd67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd67e


Comments

No comments written yet.

Please login to write comment.