Color Hex Logo

#dca967 Color Hex

#DCA967
(220,169,103)
0 Favorites   0 Comments

Color spaces of #dca967

RGB 220169103
HSL0.090.630.63
HSV34°53°86°
CMYK 0.000.230.53   0.14
XYZ46.151344.570919.0026
Yxy44.57090.42060.4062
Hunter Lab66.76146.562229.8570
CIE-Lab72.608411.060441.0060

#dca967 color RGB value is (220,169,103).

#dca967 hex color red value is 220, green value is 169 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #dca967 hue: 0.09 , saturation: 0.63 and the lightness value of dca967 is 0.63.

The process color (four color CMYK) of #dca967 color hex is 0.00, 0.23, 0.53, 0.14. Web safe color of #dca967 is #cc9966. Color #dca967 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101001 01100111
Octal 334 251 147
Decimal 220 169 103
Hex DC A9 67

RGB Percentages of Color #dca967

%44.72
%34.35
%20.93

CMYK Percentages of Color #dca967

%0
%23
%53
%14

Triadic Colors of #dca967

#dca967 #67dca9 #a967dc

Analogous Colors of #dca967

#dca967 #d5dc67 #dc6f67

Monochromatic Colors of #dca967

#dca967

Complementary Color

#dca967 #679adc

#dca967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca967 Color CSS Codes

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

#dca967 Text Font Color

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

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


#dca967 Background Color

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

This div background color is #dca967


#dca967 Border Color

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

This div border color is #dca967


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,169,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dca967; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dca967;
  -webkit-box-shadow: 1px 1px 3px 2px #dca967;
  box-shadow:         1px 1px 3px 2px #dca967; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,169,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca967


Comments

No comments written yet.

Please login to write comment.