Color Hex Logo

#dfa351 Color Hex

#DFA351
(223,163,81)
0 Favorites   0 Comments

Color spaces of #dfa351

RGB 22316381
HSL0.100.690.60
HSV35°64°87°
CMYK 0.000.270.64   0.13
XYZ45.013842.476413.6109
Yxy42.47640.44520.4201
Hunter Lab65.17399.230633.2396
CIE-Lab71.198113.883750.3403

#dfa351 color RGB value is (223,163,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100011 01010001
Octal 337 243 121
Decimal 223 163 81
Hex DF A3 51

RGB Percentages of Color #dfa351

%47.75
%34.90
%17.34

CMYK Percentages of Color #dfa351

%0
%27
%64
%13

Triadic Colors of #dfa351

#dfa351 #51dfa3 #a351df

Analogous Colors of #dfa351

#dfa351 #d4df51 #df5c51

Monochromatic Colors of #dfa351

#dfa351

Complementary Color

#dfa351 #518ddf

#dfa351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa351 Color CSS Codes

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

#dfa351 Text Font Color

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

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


#dfa351 Background Color

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

This div background color is #dfa351


#dfa351 Border Color

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

This div border color is #dfa351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa351


Comments

No comments written yet.

Please login to write comment.