Color Hex Logo

#dcb065 Color Hex

#DCB065
(220,176,101)
0 Favorites   0 Comments

Color spaces of #dcb065

RGB 220176101
HSL0.110.630.63
HSV38°54°86°
CMYK 0.000.200.54   0.14
XYZ47.389547.205918.9259
Yxy47.20590.41750.4158
Hunter Lab68.70652.881731.7626
CIE-Lab74.32137.161144.1097

#dcb065 color RGB value is (220,176,101).

#dcb065 hex color red value is 220, green value is 176 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #dcb065 hue: 0.11 , saturation: 0.63 and the lightness value of dcb065 is 0.63.

The process color (four color CMYK) of #dcb065 color hex is 0.00, 0.20, 0.54, 0.14. Web safe color of #dcb065 is #cc9966. Color #dcb065 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 01100101
Octal 334 260 145
Decimal 220 176 101
Hex DC B0 65

RGB Percentages of Color #dcb065

%44.27
%35.41
%20.32

CMYK Percentages of Color #dcb065

%0
%20
%54
%14

Triadic Colors of #dcb065

#dcb065 #65dcb0 #b065dc

Analogous Colors of #dcb065

#dcb065 #cddc65 #dc7565

Monochromatic Colors of #dcb065

#dcb065

Complementary Color

#dcb065 #6591dc

#dcb065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb065 Color CSS Codes

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

#dcb065 Text Font Color

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

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


#dcb065 Background Color

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

This div background color is #dcb065


#dcb065 Border Color

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

This div border color is #dcb065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb065


Comments

No comments written yet.

Please login to write comment.