Color Hex Logo

#dcc98f Color Hex

#DCC98F
(220,201,143)
0 Favorites   0 Comments

Color spaces of #dcc98f

RGB 220201143
HSL0.130.520.71
HSV45°35°86°
CMYK 0.000.090.35   0.14
XYZ55.359858.972134.4516
Yxy58.97210.37210.3964
Hunter Lab76.7933-5.708727.1562
CIE-Lab81.2763-1.731231.4332

#dcc98f color RGB value is (220,201,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 10001111
Octal 334 311 217
Decimal 220 201 143
Hex DC C9 8F

RGB Percentages of Color #dcc98f

%39.01
%35.64
%25.35

CMYK Percentages of Color #dcc98f

%0
%9
%35
%14

Triadic Colors of #dcc98f

#dcc98f #8fdcc9 #c98fdc

Analogous Colors of #dcc98f

#dcc98f #c9dc8f #dca38f

Monochromatic Colors of #dcc98f

#dcc98f

Complementary Color

#dcc98f #8fa2dc

#dcc98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc98f Color CSS Codes

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

#dcc98f Text Font Color

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

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


#dcc98f Background Color

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

This div background color is #dcc98f


#dcc98f Border Color

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

This div border color is #dcc98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc98f


Comments

No comments written yet.

Please login to write comment.