Color Hex Logo

#dcc781 Color Hex

#DCC781
(220,199,129)
0 Favorites   0 Comments

Color spaces of #dcc781

RGB 220199129
HSL0.130.570.68
HSV46°41°86°
CMYK 0.000.100.41   0.14
XYZ53.901157.647529.0551
Yxy57.64750.38340.4100
Hunter Lab75.9260-6.150330.4593
CIE-Lab80.5424-2.268337.6915

#dcc781 color RGB value is (220,199,129).

#dcc781 hex color red value is 220, green value is 199 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #dcc781 hue: 0.13 , saturation: 0.57 and the lightness value of dcc781 is 0.68.

The process color (four color CMYK) of #dcc781 color hex is 0.00, 0.10, 0.41, 0.14. Web safe color of #dcc781 is #cccc99. Color #dcc781 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 10000001
Octal 334 307 201
Decimal 220 199 129
Hex DC C7 81

RGB Percentages of Color #dcc781

%40.15
%36.31
%23.54

CMYK Percentages of Color #dcc781

%0
%10
%41
%14

Triadic Colors of #dcc781

#dcc781 #81dcc7 #c781dc

Analogous Colors of #dcc781

#dcc781 #c4dc81 #dc9a81

Monochromatic Colors of #dcc781

#dcc781

Complementary Color

#dcc781 #8196dc

#dcc781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc781 Color CSS Codes

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

#dcc781 Text Font Color

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

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


#dcc781 Background Color

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

This div background color is #dcc781


#dcc781 Border Color

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

This div border color is #dcc781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc781


Comments

No comments written yet.

Please login to write comment.