Color Hex Logo

#dac272 Color Hex

#DAC272
(218,194,114)
0 Favorites   0 Comments

Color spaces of #dac272

RGB 218194114
HSL0.130.580.65
HSV46°48°85°
CMYK 0.000.110.48   0.15
XYZ51.242554.703923.7777
Yxy54.70390.39500.4217
Hunter Lab73.9621-5.765132.7126
CIE-Lab78.8704-1.980843.1308

#dac272 color RGB value is (218,194,114).

#dac272 hex color red value is 218, green value is 194 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dac272 hue: 0.13 , saturation: 0.58 and the lightness value of dac272 is 0.65.

The process color (four color CMYK) of #dac272 color hex is 0.00, 0.11, 0.48, 0.15. Web safe color of #dac272 is #cccc66. Color #dac272 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000010 01110010
Octal 332 302 162
Decimal 218 194 114
Hex DA C2 72

RGB Percentages of Color #dac272

%41.44
%36.88
%21.67

CMYK Percentages of Color #dac272

%0
%11
%48
%15

Triadic Colors of #dac272

#dac272 #72dac2 #c272da

Analogous Colors of #dac272

#dac272 #beda72 #da8e72

Monochromatic Colors of #dac272

#dac272

Complementary Color

#dac272 #728ada

#dac272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac272 Color CSS Codes

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

#dac272 Text Font Color

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

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


#dac272 Background Color

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

This div background color is #dac272


#dac272 Border Color

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

This div border color is #dac272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac272


Comments

No comments written yet.

Please login to write comment.