color codes Logo

#dcd65e color codes

#DCD65E
(220,214,94)
0 Favorites   0 Comments

Color spaces of #dcd65e

RGB 22021494
HSL0.160.640.62
HSV57°57°86°
CMYK 0.000.030.57   0.14
XYZ55.582164.116920.0360
Yxy64.11690.39780.4588
Hunter Lab80.0730-16.223341.2155
CIE-Lab84.0266-13.027958.7021

#dcd65e color RGB value is (220,214,94).

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

The process color (four color CMYK) of #dcd65e color code is 0.00, 0.03, 0.57, 0.14. Web safe color of #dcd65e is #cccc66. Color #dcd65e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010110 01011110
Octal 334 326 136
Decimal 220 214 94
Hex DC D6 5E

RGB Percentages of Color #dcd65e

%41.67
%40.53
%17.80

CMYK Percentages of Color #dcd65e

%0
%3
%57
%14

Triadic Colors of #dcd65e

#dcd65e #5edcd6 #d65edc

Analogous Colors of #dcd65e

#dcd65e #a3dc5e #dc975e

Monochromatic Colors of #dcd65e

#dcd65e

Complementary Color

#dcd65e #5e64dc

#dcd65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd65e Color CSS Codes

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

#dcd65e Text Font Color

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

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


#dcd65e Background Color

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

This div background color is #dcd65e


#dcd65e Border Color

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

This div border color is #dcd65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd65e


Comments

No comments written yet.

Please login to write comment.