Color Hex Logo

#dcc65c Color Hex

#DCC65C
(220,198,92)
0 Favorites   0 Comments

Color spaces of #dcc65c

RGB 22019892
HSL0.140.650.61
HSV50°58°86°
CMYK 0.000.100.58   0.14
XYZ51.641156.376518.2852
Yxy56.37650.40890.4464
Hunter Lab75.0843-8.629738.1202
CIE-Lab79.8276-5.054354.8774

#dcc65c color RGB value is (220,198,92).

#dcc65c hex color red value is 220, green value is 198 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dcc65c hue: 0.14 , saturation: 0.65 and the lightness value of dcc65c is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 01011100
Octal 334 306 134
Decimal 220 198 92
Hex DC C6 5C

RGB Percentages of Color #dcc65c

%43.14
%38.82
%18.04

CMYK Percentages of Color #dcc65c

%0
%10
%58
%14

Triadic Colors of #dcc65c

#dcc65c #5cdcc6 #c65cdc

Analogous Colors of #dcc65c

#dcc65c #b2dc5c #dc865c

Monochromatic Colors of #dcc65c

#dcc65c

Complementary Color

#dcc65c #5c72dc

#dcc65c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc65c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc65c Color CSS Codes

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

#dcc65c Text Font Color

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

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


#dcc65c Background Color

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

This div background color is #dcc65c


#dcc65c Border Color

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

This div border color is #dcc65c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc65c


Comments

No comments written yet.

Please login to write comment.