Color Hex Logo

#dcbb41 Color Hex

#DCBB41
(220,187,65)
0 Favorites   0 Comments

Color spaces of #dcbb41

RGB 22018765
HSL0.130.690.56
HSV47°70°86°
CMYK 0.000.150.70   0.14
XYZ48.239751.137912.3291
Yxy51.13790.43180.4578
Hunter Lab71.5108-4.731439.8354
CIE-Lab76.7625-1.004363.1772

#dcbb41 color RGB value is (220,187,65).

#dcbb41 hex color red value is 220, green value is 187 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #dcbb41 hue: 0.13 , saturation: 0.69 and the lightness value of dcbb41 is 0.56.

The process color (four color CMYK) of #dcbb41 color hex is 0.00, 0.15, 0.70, 0.14. Web safe color of #dcbb41 is #cccc33. Color #dcbb41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 01000001
Octal 334 273 101
Decimal 220 187 65
Hex DC BB 41

RGB Percentages of Color #dcbb41

%46.61
%39.62
%13.77

CMYK Percentages of Color #dcbb41

%0
%15
%70
%14

Triadic Colors of #dcbb41

#dcbb41 #41dcbb #bb41dc

Analogous Colors of #dcbb41

#dcbb41 #b0dc41 #dc6e41

Monochromatic Colors of #dcbb41

#dcbb41

Complementary Color

#dcbb41 #4162dc

#dcbb41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb41 Color CSS Codes

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

#dcbb41 Text Font Color

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

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


#dcbb41 Background Color

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

This div background color is #dcbb41


#dcbb41 Border Color

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

This div border color is #dcbb41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb41


Comments

No comments written yet.

Please login to write comment.