Color Hex Logo

#dcab46 Color Hex

#DCAB46
(220,171,70)
0 Favorites   0 Comments

Color spaces of #dcab46

RGB 22017170
HSL0.110.680.57
HSV40°68°86°
CMYK 0.000.220.68   0.14
XYZ45.183644.783712.0570
Yxy44.78370.44290.4390
Hunter Lab66.92063.408936.1622
CIE-Lab72.74927.687356.9750

#dcab46 color RGB value is (220,171,70).

#dcab46 hex color red value is 220, green value is 171 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dcab46 hue: 0.11 , saturation: 0.68 and the lightness value of dcab46 is 0.57.

The process color (four color CMYK) of #dcab46 color hex is 0.00, 0.22, 0.68, 0.14. Web safe color of #dcab46 is #cc9933. Color #dcab46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 01000110
Octal 334 253 106
Decimal 220 171 70
Hex DC AB 46

RGB Percentages of Color #dcab46

%47.72
%37.09
%15.18

CMYK Percentages of Color #dcab46

%0
%22
%68
%14

Triadic Colors of #dcab46

#dcab46 #46dcab #ab46dc

Analogous Colors of #dcab46

#dcab46 #c2dc46 #dc6046

Monochromatic Colors of #dcab46

#dcab46

Complementary Color

#dcab46 #4677dc

#dcab46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcab46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcab46 Color CSS Codes

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

#dcab46 Text Font Color

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

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


#dcab46 Background Color

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

This div background color is #dcab46


#dcab46 Border Color

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

This div border color is #dcab46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcab46


Comments

No comments written yet.

Please login to write comment.