Color Hex Logo

#dac133 Color Hex

#DAC133
(218,193,51)
0 Favorites   0 Comments

Color spaces of #dac133

RGB 21819351
HSL0.140.690.53
HSV51°77°85°
CMYK 0.000.110.77   0.15
XYZ48.580953.284410.8564
Yxy53.28440.43100.4727
Hunter Lab72.9962-8.946842.2794
CIE-Lab78.0426-5.584169.4014

#dac133 color RGB value is (218,193,51).

#dac133 hex color red value is 218, green value is 193 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #dac133 hue: 0.14 , saturation: 0.69 and the lightness value of dac133 is 0.53.

The process color (four color CMYK) of #dac133 color hex is 0.00, 0.11, 0.77, 0.15. Web safe color of #dac133 is #cccc33. Color #dac133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 00110011
Octal 332 301 63
Decimal 218 193 51
Hex DA C1 33

RGB Percentages of Color #dac133

%47.19
%41.77
%11.04

CMYK Percentages of Color #dac133

%0
%11
%77
%15

Triadic Colors of #dac133

#dac133 #33dac1 #c133da

Analogous Colors of #dac133

#dac133 #a0da33 #da6e33

Monochromatic Colors of #dac133

#dac133

Complementary Color

#dac133 #334cda

#dac133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac133 Color CSS Codes

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

#dac133 Text Font Color

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

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


#dac133 Background Color

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

This div background color is #dac133


#dac133 Border Color

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

This div border color is #dac133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac133


Comments

No comments written yet.

Please login to write comment.