Color Hex Logo

#dcab63 Color Hex

#DCAB63
(220,171,99)
0 Favorites   0 Comments

Color spaces of #dcab63

RGB 22017199
HSL0.100.630.63
HSV36°55°86°
CMYK 0.000.220.55   0.14
XYZ46.330245.242318.0952
Yxy45.24230.42250.4125
Hunter Lab67.26245.241231.1332
CIE-Lab73.05129.659343.5774

#dcab63 color RGB value is (220,171,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 01100011
Octal 334 253 143
Decimal 220 171 99
Hex DC AB 63

RGB Percentages of Color #dcab63

%44.90
%34.90
%20.20

CMYK Percentages of Color #dcab63

%0
%22
%55
%14

Triadic Colors of #dcab63

#dcab63 #63dcab #ab63dc

Analogous Colors of #dcab63

#dcab63 #d1dc63 #dc6f63

Monochromatic Colors of #dcab63

#dcab63

Complementary Color

#dcab63 #6394dc

#dcab63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcab63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcab63 Color CSS Codes

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

#dcab63 Text Font Color

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

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


#dcab63 Background Color

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

This div background color is #dcab63


#dcab63 Border Color

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

This div border color is #dcab63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcab63


Comments

No comments written yet.

Please login to write comment.