Color Hex Logo

#dfa953 Color Hex

#DFA953
(223,169,83)
0 Favorites   0 Comments

Color spaces of #dfa953

RGB 22316983
HSL0.100.690.60
HSV37°63°87°
CMYK 0.000.240.63   0.13
XYZ46.180744.688414.3754
Yxy44.68840.43880.4246
Hunter Lab66.84946.324434.0448
CIE-Lab72.686210.808551.0677

#dfa953 color RGB value is (223,169,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 01010011
Octal 337 251 123
Decimal 223 169 83
Hex DF A9 53

RGB Percentages of Color #dfa953

%46.95
%35.58
%17.47

CMYK Percentages of Color #dfa953

%0
%24
%63
%13

Triadic Colors of #dfa953

#dfa953 #53dfa9 #a953df

Analogous Colors of #dfa953

#dfa953 #cfdf53 #df6353

Monochromatic Colors of #dfa953

#dfa953

Complementary Color

#dfa953 #5389df

#dfa953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa953 Color CSS Codes

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

#dfa953 Text Font Color

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

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


#dfa953 Background Color

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

This div background color is #dfa953


#dfa953 Border Color

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

This div border color is #dfa953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa953


Comments

No comments written yet.

Please login to write comment.