Color Hex Logo

#d0a65d Color Hex

#D0A65D
(208,166,93)
0 Favorites   0 Comments

Color spaces of #d0a65d

RGB 20816693
HSL0.110.550.59
HSV38°55°82°
CMYK 0.000.200.55   0.18
XYZ41.624441.472616.1671
Yxy41.47260.41930.4178
Hunter Lab64.39922.674730.1950
CIE-Lab70.50586.829743.2419

#d0a65d color RGB value is (208,166,93).

#d0a65d hex color red value is 208, green value is 166 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d0a65d hue: 0.11 , saturation: 0.55 and the lightness value of d0a65d is 0.59.

The process color (four color CMYK) of #d0a65d color hex is 0.00, 0.20, 0.55, 0.18. Web safe color of #d0a65d is #cc9966. Color #d0a65d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10100110 01011101
Octal 320 246 135
Decimal 208 166 93
Hex D0 A6 5D

RGB Percentages of Color #d0a65d

%44.54
%35.55
%19.91

CMYK Percentages of Color #d0a65d

%0
%20
%55
%18

Triadic Colors of #d0a65d

#d0a65d #5dd0a6 #a65dd0

Analogous Colors of #d0a65d

#d0a65d #c1d05d #d06d5d

Monochromatic Colors of #d0a65d

#d0a65d

Complementary Color

#d0a65d #5d87d0

#d0a65d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0a65d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0a65d Color CSS Codes

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

#d0a65d Text Font Color

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

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


#d0a65d Background Color

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

This div background color is #d0a65d


#d0a65d Border Color

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

This div border color is #d0a65d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,166,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0a65d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0a65d;
  -webkit-box-shadow: 1px 1px 3px 2px #d0a65d;
  box-shadow:         1px 1px 3px 2px #d0a65d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,166,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0a65d


Comments

No comments written yet.

Please login to write comment.