Color Hex Logo

#dcbc01 Color Hex

#DCBC01
(220,188,1)
0 Favorites   0 Comments

Color spaces of #dcbc01

RGB 2201881
HSL0.140.990.43
HSV51°100°86°
CMYK 0.000.151.00   0.14
XYZ47.503951.18437.4045
Yxy51.18430.44780.4824
Hunter Lab71.5432-6.678643.9439
CIE-Lab76.7905-3.163478.3489

#dcbc01 color RGB value is (220,188,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 00000001
Octal 334 274 1
Decimal 220 188 1
Hex DC BC 1

RGB Percentages of Color #dcbc01

%53.79
%45.97
%0.24

CMYK Percentages of Color #dcbc01

%0
%15
%100
%14

Triadic Colors of #dcbc01

#dcbc01 #01dcbc #bc01dc

Analogous Colors of #dcbc01

#dcbc01 #8fdc01 #dc4f01

Monochromatic Colors of #dcbc01

#dcbc01

Complementary Color

#dcbc01 #0121dc

#dcbc01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbc01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbc01 Color CSS Codes

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

#dcbc01 Text Font Color

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

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


#dcbc01 Background Color

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

This div background color is #dcbc01


#dcbc01 Border Color

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

This div border color is #dcbc01


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,188,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 #dcbc01">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbc01


Comments

No comments written yet.

Please login to write comment.