Color Hex Logo

#dac567 Color Hex

#DAC567
(218,197,103)
0 Favorites   0 Comments

Color spaces of #dac567

RGB 218197103
HSL0.140.610.63
HSV49°53°85°
CMYK 0.000.100.53   0.15
XYZ51.327955.817220.9005
Yxy55.81720.40090.4359
Hunter Lab74.7109-8.111035.7112
CIE-Lab79.5097-4.510349.3011

#dac567 color RGB value is (218,197,103).

#dac567 hex color red value is 218, green value is 197 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #dac567 hue: 0.14 , saturation: 0.61 and the lightness value of dac567 is 0.63.

The process color (four color CMYK) of #dac567 color hex is 0.00, 0.10, 0.53, 0.15. Web safe color of #dac567 is #cccc66. Color #dac567 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 01100111
Octal 332 305 147
Decimal 218 197 103
Hex DA C5 67

RGB Percentages of Color #dac567

%42.08
%38.03
%19.88

CMYK Percentages of Color #dac567

%0
%10
%53
%15

Triadic Colors of #dac567

#dac567 #67dac5 #c567da

Analogous Colors of #dac567

#dac567 #b6da67 #da8c67

Monochromatic Colors of #dac567

#dac567

Complementary Color

#dac567 #677cda

#dac567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac567 Color CSS Codes

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

#dac567 Text Font Color

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

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


#dac567 Background Color

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

This div background color is #dac567


#dac567 Border Color

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

This div border color is #dac567


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac567


Comments

No comments written yet.

Please login to write comment.