Color Hex Logo

#dfa83f Color Hex

#DFA83F
(223,168,63)
0 Favorites   0 Comments

Color spaces of #dfa83f

RGB 22316863
HSL0.110.710.56
HSV39°72°87°
CMYK 0.000.250.72   0.13
XYZ45.331344.052110.8163
Yxy44.05210.45240.4396
Hunter Lab66.37185.763336.7980
CIE-Lab72.263310.206659.5514

#dfa83f color RGB value is (223,168,63).

#dfa83f hex color red value is 223, green value is 168 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dfa83f hue: 0.11 , saturation: 0.71 and the lightness value of dfa83f is 0.56.

The process color (four color CMYK) of #dfa83f color hex is 0.00, 0.25, 0.72, 0.13. Web safe color of #dfa83f is #cc9933. Color #dfa83f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101000 00111111
Octal 337 250 77
Decimal 223 168 63
Hex DF A8 3F

RGB Percentages of Color #dfa83f

%49.12
%37.00
%13.88

CMYK Percentages of Color #dfa83f

%0
%25
%72
%13

Triadic Colors of #dfa83f

#dfa83f #3fdfa8 #a83fdf

Analogous Colors of #dfa83f

#dfa83f #c6df3f #df583f

Monochromatic Colors of #dfa83f

#dfa83f

Complementary Color

#dfa83f #3f76df

#dfa83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa83f Color CSS Codes

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

#dfa83f Text Font Color

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

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


#dfa83f Background Color

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

This div background color is #dfa83f


#dfa83f Border Color

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

This div border color is #dfa83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa83f


Comments

No comments written yet.

Please login to write comment.