Color Hex Logo

#dab16d Color Hex

#DAB16D
(218,177,109)
0 Favorites   0 Comments

Color spaces of #dab16d

RGB 218177109
HSL0.100.600.64
HSV37°50°85°
CMYK 0.000.190.50   0.15
XYZ47.395947.453821.1295
Yxy47.45380.40870.4092
Hunter Lab68.88672.261030.0348
CIE-Lab74.47916.498640.2079

#dab16d color RGB value is (218,177,109).

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

The process color (four color CMYK) of #dab16d color hex is 0.00, 0.19, 0.50, 0.15. Web safe color of #dab16d is #cc9966. Color #dab16d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 01101101
Octal 332 261 155
Decimal 218 177 109
Hex DA B1 6D

RGB Percentages of Color #dab16d

%43.25
%35.12
%21.63

CMYK Percentages of Color #dab16d

%0
%19
%50
%15

Triadic Colors of #dab16d

#dab16d #6ddab1 #b16dda

Analogous Colors of #dab16d

#dab16d #cdda6d #da7b6d

Monochromatic Colors of #dab16d

#dab16d

Complementary Color

#dab16d #6d96da

#dab16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab16d Color CSS Codes

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

#dab16d Text Font Color

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

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


#dab16d Background Color

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

This div background color is #dab16d


#dab16d Border Color

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

This div border color is #dab16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab16d


Comments

No comments written yet.

Please login to write comment.