Color Hex Logo

#dcc765 Color Hex

#DCC765
(220,199,101)
0 Favorites   0 Comments

Color spaces of #dcc765

RGB 220199101
HSL0.140.630.63
HSV49°54°86°
CMYK 0.000.100.54   0.14
XYZ52.287657.002120.5586
Yxy57.00210.40270.4390
Hunter Lab75.4997-8.503836.7051
CIE-Lab80.1808-4.881051.0908

#dcc765 color RGB value is (220,199,101).

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

The process color (four color CMYK) of #dcc765 color hex is 0.00, 0.10, 0.54, 0.14. Web safe color of #dcc765 is #cccc66. Color #dcc765 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01100101
Octal 334 307 145
Decimal 220 199 101
Hex DC C7 65

RGB Percentages of Color #dcc765

%42.31
%38.27
%19.42

CMYK Percentages of Color #dcc765

%0
%10
%54
%14

Triadic Colors of #dcc765

#dcc765 #65dcc7 #c765dc

Analogous Colors of #dcc765

#dcc765 #b6dc65 #dc8c65

Monochromatic Colors of #dcc765

#dcc765

Complementary Color

#dcc765 #657adc

#dcc765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc765 Color CSS Codes

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

#dcc765 Text Font Color

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

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


#dcc765 Background Color

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

This div background color is #dcc765


#dcc765 Border Color

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

This div border color is #dcc765


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,199,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 #dcc765">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc765


Comments

No comments written yet.

Please login to write comment.