Color Hex Logo

#dacc51 Color Hex

#DACC51
(218,204,81)
0 Favorites   0 Comments

Color spaces of #dacc51

RGB 21820481
HSL0.150.650.59
HSV54°63°85°
CMYK 0.000.060.63   0.15
XYZ51.991558.685216.3717
Yxy58.68520.40920.4619
Hunter Lab76.6063-12.915740.9534
CIE-Lab81.1183-9.696661.0943

#dacc51 color RGB value is (218,204,81).

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

The process color (four color CMYK) of #dacc51 color hex is 0.00, 0.06, 0.63, 0.15. Web safe color of #dacc51 is #cccc66. Color #dacc51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 01010001
Octal 332 314 121
Decimal 218 204 81
Hex DA CC 51

RGB Percentages of Color #dacc51

%43.34
%40.56
%16.10

CMYK Percentages of Color #dacc51

%0
%6
%63
%15

Triadic Colors of #dacc51

#dacc51 #51dacc #cc51da

Analogous Colors of #dacc51

#dacc51 #a4da51 #da8851

Monochromatic Colors of #dacc51

#dacc51

Complementary Color

#dacc51 #515fda

#dacc51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacc51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacc51 Color CSS Codes

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

#dacc51 Text Font Color

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

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


#dacc51 Background Color

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

This div background color is #dacc51


#dacc51 Border Color

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

This div border color is #dacc51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacc51


Comments

No comments written yet.

Please login to write comment.