Color Hex Logo

#dccaa7 Color Hex

#DCCAA7
(220,202,167)
0 Favorites   0 Comments

Color spaces of #dccaa7

RGB 220202167
HSL0.110.430.76
HSV40°24°86°
CMYK 0.000.080.24   0.14
XYZ57.610860.246745.1516
Yxy60.24670.35340.3696
Hunter Lab77.6187-3.345119.8435
CIE-Lab81.97210.854019.7750

#dccaa7 color RGB value is (220,202,167).

#dccaa7 hex color red value is 220, green value is 202 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #dccaa7 hue: 0.11 , saturation: 0.43 and the lightness value of dccaa7 is 0.76.

The process color (four color CMYK) of #dccaa7 color hex is 0.00, 0.08, 0.24, 0.14. Web safe color of #dccaa7 is #cccc99. Color #dccaa7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 10100111
Octal 334 312 247
Decimal 220 202 167
Hex DC CA A7

RGB Percentages of Color #dccaa7

%37.35
%34.30
%28.35

CMYK Percentages of Color #dccaa7

%0
%8
%24
%14

Triadic Colors of #dccaa7

#dccaa7 #a7dcca #caa7dc

Analogous Colors of #dccaa7

#dccaa7 #d4dca7 #dcb0a7

Monochromatic Colors of #dccaa7

#dccaa7

Complementary Color

#dccaa7 #a7b9dc

#dccaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccaa7 Color CSS Codes

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

#dccaa7 Text Font Color

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

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


#dccaa7 Background Color

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

This div background color is #dccaa7


#dccaa7 Border Color

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

This div border color is #dccaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccaa7


Comments

No comments written yet.

Please login to write comment.