Color Hex Logo

#daa272 Color Hex

#DAA272
(218,162,114)
0 Favorites   0 Comments

Color spaces of #daa272

RGB 218162114
HSL0.080.580.65
HSV28°48°85°
CMYK 0.000.260.48   0.15
XYZ44.871041.961021.6539
Yxy41.96100.41360.3868
Hunter Lab64.777310.286025.5245
CIE-Lab70.844014.997532.9904

#daa272 color RGB value is (218,162,114).

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

The process color (four color CMYK) of #daa272 color hex is 0.00, 0.26, 0.48, 0.15. Web safe color of #daa272 is #cc9966. Color #daa272 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100010 01110010
Octal 332 242 162
Decimal 218 162 114
Hex DA A2 72

RGB Percentages of Color #daa272

%44.13
%32.79
%23.08

CMYK Percentages of Color #daa272

%0
%26
%48
%15

Triadic Colors of #daa272

#daa272 #72daa2 #a272da

Analogous Colors of #daa272

#daa272 #dad672 #da7276

Monochromatic Colors of #daa272

#daa272

Complementary Color

#daa272 #72aada

#daa272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa272 Color CSS Codes

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

#daa272 Text Font Color

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

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


#daa272 Background Color

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

This div background color is #daa272


#daa272 Border Color

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

This div border color is #daa272


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,162,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 #daa272">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa272


Comments

No comments written yet.

Please login to write comment.