Color Hex Logo

#dfa558 Color Hex

#DFA558
(223,165,88)
0 Favorites   0 Comments

Color spaces of #dfa558

RGB 22316588
HSL0.100.680.61
HSV34°61°87°
CMYK 0.000.260.61   0.13
XYZ45.648043.302815.1849
Yxy43.30280.43840.4158
Hunter Lab65.80498.664732.3819
CIE-Lab71.760013.283647.5940

#dfa558 color RGB value is (223,165,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100101 01011000
Octal 337 245 130
Decimal 223 165 88
Hex DF A5 58

RGB Percentages of Color #dfa558

%46.85
%34.66
%18.49

CMYK Percentages of Color #dfa558

%0
%26
%61
%13

Triadic Colors of #dfa558

#dfa558 #58dfa5 #a558df

Analogous Colors of #dfa558

#dfa558 #d6df58 #df6258

Monochromatic Colors of #dfa558

#dfa558

Complementary Color

#dfa558 #5892df

#dfa558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa558 Color CSS Codes

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

#dfa558 Text Font Color

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

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


#dfa558 Background Color

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

This div background color is #dfa558


#dfa558 Border Color

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

This div border color is #dfa558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa558


Comments

No comments written yet.

Please login to write comment.