Color Hex Logo

#dfa855 Color Hex

#DFA855
(223,168,85)
1 Favorites   0 Comments

Color spaces of #dfa855

RGB 22316885
HSL0.100.680.60
HSV36°62°87°
CMYK 0.000.250.62   0.13
XYZ46.073744.349114.7262
Yxy44.34910.43820.4218
Hunter Lab66.59516.953433.5058
CIE-Lab72.461211.474649.8580

#dfa855 color RGB value is (223,168,85).

#dfa855 hex color red value is 223, green value is 168 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #dfa855 hue: 0.10 , saturation: 0.68 and the lightness value of dfa855 is 0.60.

The process color (four color CMYK) of #dfa855 color hex is 0.00, 0.25, 0.62, 0.13. Web safe color of #dfa855 is #cc9966. Color #dfa855 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101000 01010101
Octal 337 250 125
Decimal 223 168 85
Hex DF A8 55

RGB Percentages of Color #dfa855

%46.85
%35.29
%17.86

CMYK Percentages of Color #dfa855

%0
%25
%62
%13

Triadic Colors of #dfa855

#dfa855 #55dfa8 #a855df

Analogous Colors of #dfa855

#dfa855 #d1df55 #df6355

Monochromatic Colors of #dfa855

#dfa855

Complementary Color

#dfa855 #558cdf

#dfa855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa855 Color CSS Codes

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

#dfa855 Text Font Color

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

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


#dfa855 Background Color

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

This div background color is #dfa855


#dfa855 Border Color

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

This div border color is #dfa855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa855

#dfa855 Color Palettes


Comments

No comments written yet.

Please login to write comment.