Color Hex Logo

#dcc782 Color Hex

#DCC782
(220,199,130)
0 Favorites   0 Comments

Color spaces of #dcc782

RGB 220199130
HSL0.130.560.69
HSV46°41°86°
CMYK 0.000.100.41   0.14
XYZ53.967957.674229.4069
Yxy57.67420.38260.4089
Hunter Lab75.9435-6.053430.2022
CIE-Lab80.5573-2.161637.1996

#dcc782 color RGB value is (220,199,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 10000010
Octal 334 307 202
Decimal 220 199 130
Hex DC C7 82

RGB Percentages of Color #dcc782

%40.07
%36.25
%23.68

CMYK Percentages of Color #dcc782

%0
%10
%41
%14

Triadic Colors of #dcc782

#dcc782 #82dcc7 #c782dc

Analogous Colors of #dcc782

#dcc782 #c4dc82 #dc9a82

Monochromatic Colors of #dcc782

#dcc782

Complementary Color

#dcc782 #8297dc

#dcc782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc782 Color CSS Codes

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

#dcc782 Text Font Color

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

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


#dcc782 Background Color

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

This div background color is #dcc782


#dcc782 Border Color

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

This div border color is #dcc782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc782


Comments

No comments written yet.

Please login to write comment.