Color Hex Logo

#dac838 Color Hex

#DAC838
(218,200,56)
0 Favorites   0 Comments

Color spaces of #dac838

RGB 21820056
HSL0.150.690.54
HSV53°74°85°
CMYK 0.000.080.74   0.15
XYZ50.281556.499511.9968
Yxy56.49950.42330.4757
Hunter Lab75.1661-12.135343.1534
CIE-Lab79.8973-8.966969.4593

#dac838 color RGB value is (218,200,56).

#dac838 hex color red value is 218, green value is 200 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #dac838 hue: 0.15 , saturation: 0.69 and the lightness value of dac838 is 0.54.

The process color (four color CMYK) of #dac838 color hex is 0.00, 0.08, 0.74, 0.15. Web safe color of #dac838 is #cccc33. Color #dac838 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001000 00111000
Octal 332 310 70
Decimal 218 200 56
Hex DA C8 38

RGB Percentages of Color #dac838

%45.99
%42.19
%11.81

CMYK Percentages of Color #dac838

%0
%8
%74
%15

Triadic Colors of #dac838

#dac838 #38dac8 #c838da

Analogous Colors of #dac838

#dac838 #9bda38 #da7738

Monochromatic Colors of #dac838

#dac838

Complementary Color

#dac838 #384ada

#dac838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac838 Color CSS Codes

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

#dac838 Text Font Color

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

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


#dac838 Background Color

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

This div background color is #dac838


#dac838 Border Color

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

This div border color is #dac838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac838


Comments

No comments written yet.

Please login to write comment.