Color Hex Logo

#dfa478 Color Hex

#DFA478
(223,164,120)
0 Favorites   0 Comments

Color spaces of #dfa478

RGB 223164120
HSL0.070.620.67
HSV26°46°87°
CMYK 0.000.260.46   0.13
XYZ47.097043.595023.7017
Yxy43.59500.41170.3811
Hunter Lab66.026511.778424.9351
CIE-Lab71.957016.534731.3395

#dfa478 color RGB value is (223,164,120).

#dfa478 hex color red value is 223, green value is 164 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dfa478 hue: 0.07 , saturation: 0.62 and the lightness value of dfa478 is 0.67.

The process color (four color CMYK) of #dfa478 color hex is 0.00, 0.26, 0.46, 0.13. Web safe color of #dfa478 is #cc9966. Color #dfa478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 01111000
Octal 337 244 170
Decimal 223 164 120
Hex DF A4 78

RGB Percentages of Color #dfa478

%43.98
%32.35
%23.67

CMYK Percentages of Color #dfa478

%0
%26
%46
%13

Triadic Colors of #dfa478

#dfa478 #78dfa4 #a478df

Analogous Colors of #dfa478

#dfa478 #dfd878 #df7880

Monochromatic Colors of #dfa478

#dfa478

Complementary Color

#dfa478 #78b3df

#dfa478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa478 Color CSS Codes

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

#dfa478 Text Font Color

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

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


#dfa478 Background Color

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

This div background color is #dfa478


#dfa478 Border Color

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

This div border color is #dfa478


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,164,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfa478; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfa478;
  -webkit-box-shadow: 1px 1px 3px 2px #dfa478;
  box-shadow:         1px 1px 3px 2px #dfa478; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,164,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa478


Comments

No comments written yet.

Please login to write comment.