Color Hex Logo

#dacc4a Color Hex

#DACC4A
(218,204,74)
0 Favorites   0 Comments

Color spaces of #dacc4a

RGB 21820474
HSL0.150.660.57
HSV54°66°85°
CMYK 0.000.060.66   0.15
XYZ51.742358.585615.0596
Yxy58.58560.41270.4672
Hunter Lab76.5412-13.280241.9135
CIE-Lab81.0633-10.114163.9202

#dacc4a color RGB value is (218,204,74).

#dacc4a hex color red value is 218, green value is 204 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dacc4a hue: 0.15 , saturation: 0.66 and the lightness value of dacc4a is 0.57.

The process color (four color CMYK) of #dacc4a color hex is 0.00, 0.06, 0.66, 0.15. Web safe color of #dacc4a is #cccc33. Color #dacc4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 01001010
Octal 332 314 112
Decimal 218 204 74
Hex DA CC 4A

RGB Percentages of Color #dacc4a

%43.95
%41.13
%14.92

CMYK Percentages of Color #dacc4a

%0
%6
%66
%15

Triadic Colors of #dacc4a

#dacc4a #4adacc #cc4ada

Analogous Colors of #dacc4a

#dacc4a #a0da4a #da844a

Monochromatic Colors of #dacc4a

#dacc4a

Complementary Color

#dacc4a #4a58da

#dacc4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacc4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacc4a Color CSS Codes

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

#dacc4a Text Font Color

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

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


#dacc4a Background Color

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

This div background color is #dacc4a


#dacc4a Border Color

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

This div border color is #dacc4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacc4a


Comments

No comments written yet.

Please login to write comment.