Color Hex Logo

#dac17d Color Hex

#DAC17D
(218,193,125)
0 Favorites   0 Comments

Color spaces of #dac17d

RGB 218193125
HSL0.120.560.67
HSV44°43°85°
CMYK 0.000.110.43   0.15
XYZ51.685154.526027.2025
Yxy54.52600.38740.4087
Hunter Lab73.8417-4.282929.8474
CIE-Lab78.7675-0.368837.4282

#dac17d color RGB value is (218,193,125).

#dac17d hex color red value is 218, green value is 193 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dac17d hue: 0.12 , saturation: 0.56 and the lightness value of dac17d is 0.67.

The process color (four color CMYK) of #dac17d color hex is 0.00, 0.11, 0.43, 0.15. Web safe color of #dac17d is #cccc66. Color #dac17d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 01111101
Octal 332 301 175
Decimal 218 193 125
Hex DA C1 7D

RGB Percentages of Color #dac17d

%40.67
%36.01
%23.32

CMYK Percentages of Color #dac17d

%0
%11
%43
%15

Triadic Colors of #dac17d

#dac17d #7ddac1 #c17dda

Analogous Colors of #dac17d

#dac17d #c5da7d #da937d

Monochromatic Colors of #dac17d

#dac17d

Complementary Color

#dac17d #7d96da

#dac17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac17d Color CSS Codes

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

#dac17d Text Font Color

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

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


#dac17d Background Color

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

This div background color is #dac17d


#dac17d Border Color

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

This div border color is #dac17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac17d


Comments

No comments written yet.

Please login to write comment.