Color Hex Logo

#dfa358 Color Hex

#DFA358
(223,163,88)
0 Favorites   0 Comments

Color spaces of #dfa358

RGB 22316388
HSL0.090.680.61
HSV33°61°87°
CMYK 0.000.270.61   0.13
XYZ45.290142.586915.0656
Yxy42.58690.44000.4137
Hunter Lab65.25869.678031.9934
CIE-Lab71.273714.353847.0278

#dfa358 color RGB value is (223,163,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100011 01011000
Octal 337 243 130
Decimal 223 163 88
Hex DF A3 58

RGB Percentages of Color #dfa358

%47.05
%34.39
%18.57

CMYK Percentages of Color #dfa358

%0
%27
%61
%13

Triadic Colors of #dfa358

#dfa358 #58dfa3 #a358df

Analogous Colors of #dfa358

#dfa358 #d8df58 #df6058

Monochromatic Colors of #dfa358

#dfa358

Complementary Color

#dfa358 #5894df

#dfa358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa358 Color CSS Codes

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

#dfa358 Text Font Color

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

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


#dfa358 Background Color

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

This div background color is #dfa358


#dfa358 Border Color

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

This div border color is #dfa358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa358

#dfa358 Color Palettes


Comments

No comments written yet.

Please login to write comment.