Color Hex Logo

#dcda75 Color Hex

#DCDA75
(220,218,117)
0 Favorites   0 Comments

Color spaces of #dcda75

RGB 220218117
HSL0.160.600.66
HSV59°47°86°
CMYK 0.000.010.47   0.14
XYZ57.797566.642826.6467
Yxy66.64280.38250.4411
Hunter Lab81.6350-16.483637.7915
CIE-Lab85.3232-13.133949.5951

#dcda75 color RGB value is (220,218,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 01110101
Octal 334 332 165
Decimal 220 218 117
Hex DC DA 75

RGB Percentages of Color #dcda75

%39.64
%39.28
%21.08

CMYK Percentages of Color #dcda75

%0
%1
%47
%14

Triadic Colors of #dcda75

#dcda75 #75dcda #da75dc

Analogous Colors of #dcda75

#dcda75 #abdc75 #dca775

Monochromatic Colors of #dcda75

#dcda75

Complementary Color

#dcda75 #7577dc

#dcda75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcda75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcda75 Color CSS Codes

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

#dcda75 Text Font Color

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

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


#dcda75 Background Color

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

This div background color is #dcda75


#dcda75 Border Color

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

This div border color is #dcda75


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,218,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 #dcda75">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcda75


Comments

No comments written yet.

Please login to write comment.