Color Hex Logo

#dcba01 Color Hex

#DCBA01
(220,186,1)
0 Favorites   0 Comments

Color spaces of #dcba01

RGB 2201861
HSL0.140.990.43
HSV51°100°86°
CMYK 0.000.151.00   0.14
XYZ47.079650.33567.2631
Yxy50.33560.44980.4809
Hunter Lab70.9476-5.708743.5936
CIE-Lab76.2748-2.125477.9827

#dcba01 color RGB value is (220,186,1).

#dcba01 hex color red value is 220, green value is 186 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #dcba01 hue: 0.14 , saturation: 0.99 and the lightness value of dcba01 is 0.43.

The process color (four color CMYK) of #dcba01 color hex is 0.00, 0.15, 1.00, 0.14. Web safe color of #dcba01 is #cccc00. Color #dcba01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 00000001
Octal 334 272 1
Decimal 220 186 1
Hex DC BA 1

RGB Percentages of Color #dcba01

%54.05
%45.70
%0.25

CMYK Percentages of Color #dcba01

%0
%15
%100
%14

Triadic Colors of #dcba01

#dcba01 #01dcba #ba01dc

Analogous Colors of #dcba01

#dcba01 #91dc01 #dc4d01

Monochromatic Colors of #dcba01

#dcba01

Complementary Color

#dcba01 #0123dc

#dcba01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcba01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcba01 Color CSS Codes

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

#dcba01 Text Font Color

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

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


#dcba01 Background Color

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

This div background color is #dcba01


#dcba01 Border Color

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

This div border color is #dcba01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcba01


Comments

No comments written yet.

Please login to write comment.