Color Hex Logo

#dcd761 Color Hex

#DCD761
(220,215,97)
0 Favorites   0 Comments

Color spaces of #dcd761

RGB 22021597
HSL0.160.640.62
HSV58°56°86°
CMYK 0.000.020.56   0.14
XYZ55.973364.679620.8436
Yxy64.67960.39560.4571
Hunter Lab80.4236-16.508840.9302
CIE-Lab84.3184-13.306957.6968

#dcd761 color RGB value is (220,215,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010111 01100001
Octal 334 327 141
Decimal 220 215 97
Hex DC D7 61

RGB Percentages of Color #dcd761

%41.35
%40.41
%18.23

CMYK Percentages of Color #dcd761

%0
%2
%56
%14

Triadic Colors of #dcd761

#dcd761 #61dcd7 #d761dc

Analogous Colors of #dcd761

#dcd761 #a4dc61 #dc9a61

Monochromatic Colors of #dcd761

#dcd761

Complementary Color

#dcd761 #6166dc

#dcd761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd761 Color CSS Codes

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

#dcd761 Text Font Color

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

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


#dcd761 Background Color

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

This div background color is #dcd761


#dcd761 Border Color

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

This div border color is #dcd761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd761


Comments

No comments written yet.

Please login to write comment.