Color Hex Logo

#dcc98d Color Hex

#DCC98D
(220,201,141)
0 Favorites   0 Comments

Color spaces of #dcc98d

RGB 220201141
HSL0.130.530.71
HSV46°36°86°
CMYK 0.000.090.36   0.14
XYZ55.209658.912033.6606
Yxy58.91200.37360.3986
Hunter Lab76.7542-5.923927.7262
CIE-Lab81.2432-1.966732.4273

#dcc98d color RGB value is (220,201,141).

#dcc98d hex color red value is 220, green value is 201 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dcc98d hue: 0.13 , saturation: 0.53 and the lightness value of dcc98d is 0.71.

The process color (four color CMYK) of #dcc98d color hex is 0.00, 0.09, 0.36, 0.14. Web safe color of #dcc98d is #cccc99. Color #dcc98d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 10001101
Octal 334 311 215
Decimal 220 201 141
Hex DC C9 8D

RGB Percentages of Color #dcc98d

%39.15
%35.77
%25.09

CMYK Percentages of Color #dcc98d

%0
%9
%36
%14

Triadic Colors of #dcc98d

#dcc98d #8ddcc9 #c98ddc

Analogous Colors of #dcc98d

#dcc98d #c8dc8d #dca28d

Monochromatic Colors of #dcc98d

#dcc98d

Complementary Color

#dcc98d #8da0dc

#dcc98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc98d Color CSS Codes

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

#dcc98d Text Font Color

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

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


#dcc98d Background Color

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

This div background color is #dcc98d


#dcc98d Border Color

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

This div border color is #dcc98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc98d


Comments

No comments written yet.

Please login to write comment.