Color Hex Logo

#dfa958 Color Hex

#DFA958
(223,169,88)
0 Favorites   0 Comments

Color spaces of #dfa958

RGB 22316988
HSL0.100.680.61
HSV36°61°87°
CMYK 0.000.240.61   0.13
XYZ46.380844.768515.4292
Yxy44.76850.43520.4201
Hunter Lab66.90936.643133.1643
CIE-Lab72.739211.147148.7290

#dfa958 color RGB value is (223,169,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 01011000
Octal 337 251 130
Decimal 223 169 88
Hex DF A9 58

RGB Percentages of Color #dfa958

%46.46
%35.21
%18.33

CMYK Percentages of Color #dfa958

%0
%24
%61
%13

Triadic Colors of #dfa958

#dfa958 #58dfa9 #a958df

Analogous Colors of #dfa958

#dfa958 #d2df58 #df6658

Monochromatic Colors of #dfa958

#dfa958

Complementary Color

#dfa958 #588edf

#dfa958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa958 Color CSS Codes

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

#dfa958 Text Font Color

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

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


#dfa958 Background Color

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

This div background color is #dfa958


#dfa958 Border Color

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

This div border color is #dfa958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa958

#dfa958 Color Palettes


Comments

No comments written yet.

Please login to write comment.