Color Hex Logo

#dcda6d Color Hex

#DCDA6D
(220,218,109)
0 Favorites   0 Comments

Color spaces of #dcda6d

RGB 220218109
HSL0.160.610.65
HSV59°50°86°
CMYK 0.000.010.50   0.14
XYZ57.346966.462624.2741
Yxy66.46260.38730.4488
Hunter Lab81.5246-17.105739.4135
CIE-Lab85.2318-13.843653.2664

#dcda6d color RGB value is (220,218,109).

#dcda6d hex color red value is 220, green value is 218 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dcda6d hue: 0.16 , saturation: 0.61 and the lightness value of dcda6d is 0.65.

The process color (four color CMYK) of #dcda6d color hex is 0.00, 0.01, 0.50, 0.14. Web safe color of #dcda6d is #cccc66. Color #dcda6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 01101101
Octal 334 332 155
Decimal 220 218 109
Hex DC DA 6D

RGB Percentages of Color #dcda6d

%40.22
%39.85
%19.93

CMYK Percentages of Color #dcda6d

%0
%1
%50
%14

Triadic Colors of #dcda6d

#dcda6d #6ddcda #da6ddc

Analogous Colors of #dcda6d

#dcda6d #a7dc6d #dca36d

Monochromatic Colors of #dcda6d

#dcda6d

Complementary Color

#dcda6d #6d6fdc

#dcda6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcda6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcda6d Color CSS Codes

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

#dcda6d Text Font Color

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

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


#dcda6d Background Color

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

This div background color is #dcda6d


#dcda6d Border Color

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

This div border color is #dcda6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcda6d


Comments

No comments written yet.

Please login to write comment.