Color Hex Logo

#dfa655 Color Hex

#DFA655
(223,166,85)
0 Favorites   0 Comments

Color spaces of #dfa655

RGB 22316685
HSL0.100.680.60
HSV35°62°87°
CMYK 0.000.260.62   0.13
XYZ45.707343.616314.6041
Yxy43.61630.43980.4197
Hunter Lab66.04267.963033.1190
CIE-Lab71.971312.542449.2978

#dfa655 color RGB value is (223,166,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100110 01010101
Octal 337 246 125
Decimal 223 166 85
Hex DF A6 55

RGB Percentages of Color #dfa655

%47.05
%35.02
%17.93

CMYK Percentages of Color #dfa655

%0
%26
%62
%13

Triadic Colors of #dfa655

#dfa655 #55dfa6 #a655df

Analogous Colors of #dfa655

#dfa655 #d3df55 #df6155

Monochromatic Colors of #dfa655

#dfa655

Complementary Color

#dfa655 #558edf

#dfa655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa655 Color CSS Codes

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

#dfa655 Text Font Color

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

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


#dfa655 Background Color

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

This div background color is #dfa655


#dfa655 Border Color

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

This div border color is #dfa655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa655


Comments

No comments written yet.

Please login to write comment.