Color Hex Logo

#dcc763 Color Hex

#DCC763
(220,199,99)
0 Favorites   0 Comments

Color spaces of #dcc763

RGB 22019999
HSL0.140.630.63
HSV50°55°86°
CMYK 0.000.100.55   0.14
XYZ52.190856.963320.0487
Yxy56.96330.40390.4409
Hunter Lab75.4740-8.645637.0822
CIE-Lab80.1589-5.039952.0097

#dcc763 color RGB value is (220,199,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01100011
Octal 334 307 143
Decimal 220 199 99
Hex DC C7 63

RGB Percentages of Color #dcc763

%42.47
%38.42
%19.11

CMYK Percentages of Color #dcc763

%0
%10
%55
%14

Triadic Colors of #dcc763

#dcc763 #63dcc7 #c763dc

Analogous Colors of #dcc763

#dcc763 #b5dc63 #dc8b63

Monochromatic Colors of #dcc763

#dcc763

Complementary Color

#dcc763 #6378dc

#dcc763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc763 Color CSS Codes

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

#dcc763 Text Font Color

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

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


#dcc763 Background Color

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

This div background color is #dcc763


#dcc763 Border Color

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

This div border color is #dcc763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc763


Comments

No comments written yet.

Please login to write comment.