Color Hex Logo

#dfa246 Color Hex

#DFA246
(223,162,70)
0 Favorites   0 Comments

Color spaces of #dfa246

RGB 22316270
HSL0.100.710.57
HSV36°69°87°
CMYK 0.000.270.69   0.13
XYZ44.457241.970811.5524
Yxy41.97080.45370.4284
Hunter Lab64.78499.118234.7769
CIE-Lab70.850813.767855.0607

#dfa246 color RGB value is (223,162,70).

#dfa246 hex color red value is 223, green value is 162 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dfa246 hue: 0.10 , saturation: 0.71 and the lightness value of dfa246 is 0.57.

The process color (four color CMYK) of #dfa246 color hex is 0.00, 0.27, 0.69, 0.13. Web safe color of #dfa246 is #cc9933. Color #dfa246 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100010 01000110
Octal 337 242 106
Decimal 223 162 70
Hex DF A2 46

RGB Percentages of Color #dfa246

%49.01
%35.60
%15.38

CMYK Percentages of Color #dfa246

%0
%27
%69
%13

Triadic Colors of #dfa246

#dfa246 #46dfa2 #a246df

Analogous Colors of #dfa246

#dfa246 #d0df46 #df5546

Monochromatic Colors of #dfa246

#dfa246

Complementary Color

#dfa246 #4683df

#dfa246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa246 Color CSS Codes

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

#dfa246 Text Font Color

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

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


#dfa246 Background Color

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

This div background color is #dfa246


#dfa246 Border Color

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

This div border color is #dfa246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa246


Comments

No comments written yet.

Please login to write comment.