Color Hex Logo

#dac646 Color Hex

#DAC646
(218,198,70)
0 Favorites   0 Comments

Color spaces of #dac646

RGB 21819870
HSL0.140.670.56
HSV52°68°85°
CMYK 0.000.090.68   0.15
XYZ50.213055.735813.9059
Yxy55.73580.41890.4650
Hunter Lab74.6564-10.591841.2158
CIE-Lab79.4632-7.279763.8732

#dac646 color RGB value is (218,198,70).

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

The process color (four color CMYK) of #dac646 color hex is 0.00, 0.09, 0.68, 0.15. Web safe color of #dac646 is #cccc33. Color #dac646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 01000110
Octal 332 306 106
Decimal 218 198 70
Hex DA C6 46

RGB Percentages of Color #dac646

%44.86
%40.74
%14.40

CMYK Percentages of Color #dac646

%0
%9
%68
%15

Triadic Colors of #dac646

#dac646 #46dac6 #c646da

Analogous Colors of #dac646

#dac646 #a4da46 #da7c46

Monochromatic Colors of #dac646

#dac646

Complementary Color

#dac646 #465ada

#dac646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac646 Color CSS Codes

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

#dac646 Text Font Color

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

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


#dac646 Background Color

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

This div background color is #dac646


#dac646 Border Color

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

This div border color is #dac646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac646


Comments

No comments written yet.

Please login to write comment.