Color Hex Logo

#dcbb42 Color Hex

#DCBB42
(220,187,66)
0 Favorites   0 Comments

Color spaces of #dcbb42

RGB 22018766
HSL0.130.690.56
HSV47°70°86°
CMYK 0.000.150.70   0.14
XYZ48.268951.149612.4831
Yxy51.14960.43140.4571
Hunter Lab71.5189-4.686639.7146
CIE-Lab76.7695-0.954362.7882

#dcbb42 color RGB value is (220,187,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 01000010
Octal 334 273 102
Decimal 220 187 66
Hex DC BB 42

RGB Percentages of Color #dcbb42

%46.51
%39.53
%13.95

CMYK Percentages of Color #dcbb42

%0
%15
%70
%14

Triadic Colors of #dcbb42

#dcbb42 #42dcbb #bb42dc

Analogous Colors of #dcbb42

#dcbb42 #b0dc42 #dc6e42

Monochromatic Colors of #dcbb42

#dcbb42

Complementary Color

#dcbb42 #4263dc

#dcbb42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb42 Color CSS Codes

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

#dcbb42 Text Font Color

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

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


#dcbb42 Background Color

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

This div background color is #dcbb42


#dcbb42 Border Color

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

This div border color is #dcbb42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb42


Comments

No comments written yet.

Please login to write comment.