Color Hex Logo

#dcc761 Color Hex

#DCC761
(220,199,97)
0 Favorites   0 Comments

Color spaces of #dcc761

RGB 22019997
HSL0.140.640.62
HSV50°56°86°
CMYK 0.000.100.56   0.14
XYZ52.096356.925619.5512
Yxy56.92560.40520.4427
Hunter Lab75.4491-8.784637.4505
CIE-Lab80.1377-5.195752.9221

#dcc761 color RGB value is (220,199,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01100001
Octal 334 307 141
Decimal 220 199 97
Hex DC C7 61

RGB Percentages of Color #dcc761

%42.64
%38.57
%18.80

CMYK Percentages of Color #dcc761

%0
%10
%56
%14

Triadic Colors of #dcc761

#dcc761 #61dcc7 #c761dc

Analogous Colors of #dcc761

#dcc761 #b4dc61 #dc8a61

Monochromatic Colors of #dcc761

#dcc761

Complementary Color

#dcc761 #6176dc

#dcc761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc761 Color CSS Codes

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

#dcc761 Text Font Color

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

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


#dcc761 Background Color

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

This div background color is #dcc761


#dcc761 Border Color

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

This div border color is #dcc761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc761


Comments

No comments written yet.

Please login to write comment.