Color Hex Logo

#dcab69 Color Hex

#DCAB69
(220,171,105)
0 Favorites   0 Comments

Color spaces of #dcab69

RGB 220171105
HSL0.100.620.64
HSV34°52°86°
CMYK 0.000.220.52   0.14
XYZ46.627945.361419.6627
Yxy45.36140.41760.4063
Hunter Lab67.35095.713929.8362
CIE-Lab73.129210.163840.6244

#dcab69 color RGB value is (220,171,105).

#dcab69 hex color red value is 220, green value is 171 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #dcab69 hue: 0.10 , saturation: 0.62 and the lightness value of dcab69 is 0.64.

The process color (four color CMYK) of #dcab69 color hex is 0.00, 0.22, 0.52, 0.14. Web safe color of #dcab69 is #cc9966. Color #dcab69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 01101001
Octal 334 253 151
Decimal 220 171 105
Hex DC AB 69

RGB Percentages of Color #dcab69

%44.35
%34.48
%21.17

CMYK Percentages of Color #dcab69

%0
%22
%52
%14

Triadic Colors of #dcab69

#dcab69 #69dcab #ab69dc

Analogous Colors of #dcab69

#dcab69 #d4dc69 #dc7269

Monochromatic Colors of #dcab69

#dcab69

Complementary Color

#dcab69 #699adc

#dcab69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcab69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcab69 Color CSS Codes

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

#dcab69 Text Font Color

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

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


#dcab69 Background Color

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

This div background color is #dcab69


#dcab69 Border Color

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

This div border color is #dcab69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcab69


Comments

No comments written yet.

Please login to write comment.