Color Hex Logo

#dcc48f Color Hex

#DCC48F
(220,196,143)
0 Favorites   0 Comments

Color spaces of #dcc48f

RGB 220196143
HSL0.110.520.71
HSV41°35°86°
CMYK 0.000.110.35   0.14
XYZ54.213156.678734.0693
Yxy56.67870.37400.3910
Hunter Lab75.2853-3.210925.8688
CIE-Lab79.99850.873029.7362

#dcc48f color RGB value is (220,196,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000100 10001111
Octal 334 304 217
Decimal 220 196 143
Hex DC C4 8F

RGB Percentages of Color #dcc48f

%39.36
%35.06
%25.58

CMYK Percentages of Color #dcc48f

%0
%11
%35
%14

Triadic Colors of #dcc48f

#dcc48f #8fdcc4 #c48fdc

Analogous Colors of #dcc48f

#dcc48f #cedc8f #dc9e8f

Monochromatic Colors of #dcc48f

#dcc48f

Complementary Color

#dcc48f #8fa7dc

#dcc48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc48f Color CSS Codes

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

#dcc48f Text Font Color

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

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


#dcc48f Background Color

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

This div background color is #dcc48f


#dcc48f Border Color

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

This div border color is #dcc48f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,196,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 #dcc48f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc48f


Comments

No comments written yet.

Please login to write comment.