Color Hex Logo

#daa26b Color Hex

#DAA26B
(218,162,107)
0 Favorites   0 Comments

Color spaces of #daa26b

RGB 218162107
HSL0.080.600.64
HSV30°51°85°
CMYK 0.000.260.51   0.15
XYZ44.487641.807619.6348
Yxy41.80760.42000.3947
Hunter Lab64.65889.661627.2567
CIE-Lab70.738114.342136.5552

#daa26b color RGB value is (218,162,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100010 01101011
Octal 332 242 153
Decimal 218 162 107
Hex DA A2 6B

RGB Percentages of Color #daa26b

%44.76
%33.26
%21.97

CMYK Percentages of Color #daa26b

%0
%26
%51
%15

Triadic Colors of #daa26b

#daa26b #6bdaa2 #a26bda

Analogous Colors of #daa26b

#daa26b #dada6b #da6b6c

Monochromatic Colors of #daa26b

#daa26b

Complementary Color

#daa26b #6ba3da

#daa26b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa26b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa26b Color CSS Codes

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

#daa26b Text Font Color

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

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


#daa26b Background Color

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

This div background color is #daa26b


#daa26b Border Color

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

This div border color is #daa26b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa26b


Comments

No comments written yet.

Please login to write comment.