Color Hex Logo

#dcc68a Color Hex

#DCC68A
(220,198,138)
0 Favorites   0 Comments

Color spaces of #dcc68a

RGB 220198138
HSL0.120.540.70
HSV44°37°86°
CMYK 0.000.100.37   0.14
XYZ54.296757.438832.2698
Yxy57.43880.37700.3989
Hunter Lab75.7884-4.747827.8069
CIE-Lab80.4258-0.755532.9067

#dcc68a color RGB value is (220,198,138).

#dcc68a hex color red value is 220, green value is 198 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dcc68a hue: 0.12 , saturation: 0.54 and the lightness value of dcc68a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 10001010
Octal 334 306 212
Decimal 220 198 138
Hex DC C6 8A

RGB Percentages of Color #dcc68a

%39.57
%35.61
%24.82

CMYK Percentages of Color #dcc68a

%0
%10
%37
%14

Triadic Colors of #dcc68a

#dcc68a #8adcc6 #c68adc

Analogous Colors of #dcc68a

#dcc68a #c9dc8a #dc9d8a

Monochromatic Colors of #dcc68a

#dcc68a

Complementary Color

#dcc68a #8aa0dc

#dcc68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc68a Color CSS Codes

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

#dcc68a Text Font Color

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

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


#dcc68a Background Color

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

This div background color is #dcc68a


#dcc68a Border Color

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

This div border color is #dcc68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc68a


Comments

No comments written yet.

Please login to write comment.