Color Hex Logo

#dcbb62 Color Hex

#DCBB62
(220,187,98)
0 Favorites   0 Comments

Color spaces of #dcbb62

RGB 22018798
HSL0.120.640.62
HSV44°55°86°
CMYK 0.000.150.55   0.14
XYZ49.490151.638118.9140
Yxy51.63810.41230.4302
Hunter Lab71.8597-2.820634.6962
CIE-Lab77.06391.112948.8619

#dcbb62 color RGB value is (220,187,98).

#dcbb62 hex color red value is 220, green value is 187 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #dcbb62 hue: 0.12 , saturation: 0.64 and the lightness value of dcbb62 is 0.62.

The process color (four color CMYK) of #dcbb62 color hex is 0.00, 0.15, 0.55, 0.14. Web safe color of #dcbb62 is #cccc66. Color #dcbb62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 01100010
Octal 334 273 142
Decimal 220 187 98
Hex DC BB 62

RGB Percentages of Color #dcbb62

%43.56
%37.03
%19.41

CMYK Percentages of Color #dcbb62

%0
%15
%55
%14

Triadic Colors of #dcbb62

#dcbb62 #62dcbb #bb62dc

Analogous Colors of #dcbb62

#dcbb62 #c0dc62 #dc7e62

Monochromatic Colors of #dcbb62

#dcbb62

Complementary Color

#dcbb62 #6283dc

#dcbb62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb62 Color CSS Codes

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

#dcbb62 Text Font Color

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

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


#dcbb62 Background Color

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

This div background color is #dcbb62


#dcbb62 Border Color

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

This div border color is #dcbb62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb62


Comments

No comments written yet.

Please login to write comment.