Color Hex Logo

#dac136 Color Hex

#DAC136
(218,193,54)
0 Favorites   0 Comments

Color spaces of #dac136

RGB 21819354
HSL0.140.690.53
HSV51°75°85°
CMYK 0.000.110.75   0.15
XYZ48.649353.311711.2161
Yxy53.31170.42990.4710
Hunter Lab73.0149-8.842742.0026
CIE-Lab78.0587-5.465868.4160

#dac136 color RGB value is (218,193,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 00110110
Octal 332 301 66
Decimal 218 193 54
Hex DA C1 36

RGB Percentages of Color #dac136

%46.88
%41.51
%11.61

CMYK Percentages of Color #dac136

%0
%11
%75
%15

Triadic Colors of #dac136

#dac136 #36dac1 #c136da

Analogous Colors of #dac136

#dac136 #a1da36 #da6f36

Monochromatic Colors of #dac136

#dac136

Complementary Color

#dac136 #364fda

#dac136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac136 Color CSS Codes

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

#dac136 Text Font Color

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

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


#dac136 Background Color

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

This div background color is #dac136


#dac136 Border Color

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

This div border color is #dac136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac136


Comments

No comments written yet.

Please login to write comment.