Color Hex Logo

#dcaa65 Color Hex

#DCAA65
(220,170,101)
0 Favorites   0 Comments

Color spaces of #dcaa65

RGB 220170101
HSL0.100.630.63
HSV35°54°86°
CMYK 0.000.230.54   0.14
XYZ46.238944.904718.5423
Yxy44.90470.42160.4094
Hunter Lab67.01105.899330.5018
CIE-Lab72.829110.357842.2963

#dcaa65 color RGB value is (220,170,101).

#dcaa65 hex color red value is 220, green value is 170 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #dcaa65 hue: 0.10 , saturation: 0.63 and the lightness value of dcaa65 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 01100101
Octal 334 252 145
Decimal 220 170 101
Hex DC AA 65

RGB Percentages of Color #dcaa65

%44.81
%34.62
%20.57

CMYK Percentages of Color #dcaa65

%0
%23
%54
%14

Triadic Colors of #dcaa65

#dcaa65 #65dcaa #aa65dc

Analogous Colors of #dcaa65

#dcaa65 #d3dc65 #dc6f65

Monochromatic Colors of #dcaa65

#dcaa65

Complementary Color

#dcaa65 #6597dc

#dcaa65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaa65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaa65 Color CSS Codes

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

#dcaa65 Text Font Color

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

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


#dcaa65 Background Color

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

This div background color is #dcaa65


#dcaa65 Border Color

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

This div border color is #dcaa65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaa65


Comments

No comments written yet.

Please login to write comment.