Color Hex Logo

#dcb675 Color Hex

#DCB675
(220,182,117)
0 Favorites   0 Comments

Color spaces of #dcb675

RGB 220182117
HSL0.110.600.66
HSV38°47°86°
CMYK 0.000.170.47   0.14
XYZ49.454049.955923.8656
Yxy49.95590.40120.4052
Hunter Lab70.67951.206229.4558
CIE-Lab76.04225.419238.1063

#dcb675 color RGB value is (220,182,117).

#dcb675 hex color red value is 220, green value is 182 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #dcb675 hue: 0.11 , saturation: 0.60 and the lightness value of dcb675 is 0.66.

The process color (four color CMYK) of #dcb675 color hex is 0.00, 0.17, 0.47, 0.14. Web safe color of #dcb675 is #cccc66. Color #dcb675 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 01110101
Octal 334 266 165
Decimal 220 182 117
Hex DC B6 75

RGB Percentages of Color #dcb675

%42.39
%35.07
%22.54

CMYK Percentages of Color #dcb675

%0
%17
%47
%14

Triadic Colors of #dcb675

#dcb675 #75dcb6 #b675dc

Analogous Colors of #dcb675

#dcb675 #cfdc75 #dc8375

Monochromatic Colors of #dcb675

#dcb675

Complementary Color

#dcb675 #759bdc

#dcb675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb675 Color CSS Codes

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

#dcb675 Text Font Color

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

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


#dcb675 Background Color

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

This div background color is #dcb675


#dcb675 Border Color

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

This div border color is #dcb675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb675


Comments

No comments written yet.

Please login to write comment.