Color Hex Logo

#dfa153 Color Hex

#DFA153
(223,161,83)
0 Favorites   0 Comments

Color spaces of #dfa153

RGB 22316183
HSL0.090.690.60
HSV33°63°87°
CMYK 0.000.280.63   0.13
XYZ44.737641.802213.8943
Yxy41.80220.44540.4162
Hunter Lab64.654610.367032.5168
CIE-Lab70.734315.084148.8514

#dfa153 color RGB value is (223,161,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 01010011
Octal 337 241 123
Decimal 223 161 83
Hex DF A1 53

RGB Percentages of Color #dfa153

%47.75
%34.48
%17.77

CMYK Percentages of Color #dfa153

%0
%28
%63
%13

Triadic Colors of #dfa153

#dfa153 #53dfa1 #a153df

Analogous Colors of #dfa153

#dfa153 #d7df53 #df5b53

Monochromatic Colors of #dfa153

#dfa153

Complementary Color

#dfa153 #5391df

#dfa153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa153 Color CSS Codes

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

#dfa153 Text Font Color

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

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


#dfa153 Background Color

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

This div background color is #dfa153


#dfa153 Border Color

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

This div border color is #dfa153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa153


Comments

No comments written yet.

Please login to write comment.