Color Hex Logo

#dcbb46 Color Hex

#DCBB46
(220,187,70)
0 Favorites   0 Comments

Color spaces of #dcbb46

RGB 22018770
HSL0.130.680.57
HSV47°68°86°
CMYK 0.000.150.68   0.14
XYZ48.391051.198513.1262
Yxy51.19850.42930.4542
Hunter Lab71.5531-4.499439.2106
CIE-Lab76.7991-0.745761.1986

#dcbb46 color RGB value is (220,187,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 01000110
Octal 334 273 106
Decimal 220 187 70
Hex DC BB 46

RGB Percentages of Color #dcbb46

%46.12
%39.20
%14.68

CMYK Percentages of Color #dcbb46

%0
%15
%68
%14

Triadic Colors of #dcbb46

#dcbb46 #46dcbb #bb46dc

Analogous Colors of #dcbb46

#dcbb46 #b2dc46 #dc7046

Monochromatic Colors of #dcbb46

#dcbb46

Complementary Color

#dcbb46 #4667dc

#dcbb46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb46 Color CSS Codes

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

#dcbb46 Text Font Color

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

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


#dcbb46 Background Color

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

This div background color is #dcbb46


#dcbb46 Border Color

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

This div border color is #dcbb46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb46


Comments

No comments written yet.

Please login to write comment.