Color Hex Logo

#dcbb3e Color Hex

#DCBB3E
(220,187,62)
0 Favorites   0 Comments

Color spaces of #dcbb3e

RGB 22018762
HSL0.130.690.55
HSV47°72°86°
CMYK 0.000.150.72   0.14
XYZ48.155051.104111.8835
Yxy51.10410.43330.4598
Hunter Lab71.4871-4.861740.1851
CIE-Lab76.7420-1.149864.3220

#dcbb3e color RGB value is (220,187,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 00111110
Octal 334 273 76
Decimal 220 187 62
Hex DC BB 3E

RGB Percentages of Color #dcbb3e

%46.91
%39.87
%13.22

CMYK Percentages of Color #dcbb3e

%0
%15
%72
%14

Triadic Colors of #dcbb3e

#dcbb3e #3edcbb #bb3edc

Analogous Colors of #dcbb3e

#dcbb3e #aedc3e #dc6c3e

Monochromatic Colors of #dcbb3e

#dcbb3e

Complementary Color

#dcbb3e #3e5fdc

#dcbb3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb3e Color CSS Codes

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

#dcbb3e Text Font Color

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

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


#dcbb3e Background Color

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

This div background color is #dcbb3e


#dcbb3e Border Color

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

This div border color is #dcbb3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb3e


Comments

No comments written yet.

Please login to write comment.