Color Hex Logo

#dfa810 Color Hex

#DFA810
(223,168,16)
0 Favorites   0 Comments

Color spaces of #dfa810

RGB 22316816
HSL0.120.870.47
HSV44°93°87°
CMYK 0.000.250.93   0.13
XYZ44.527643.73066.5842
Yxy43.73060.46950.4611
Hunter Lab66.12914.465840.3871
CIE-Lab72.04818.811973.3056

#dfa810 color RGB value is (223,168,16).

#dfa810 hex color red value is 223, green value is 168 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #dfa810 hue: 0.12 , saturation: 0.87 and the lightness value of dfa810 is 0.47.

The process color (four color CMYK) of #dfa810 color hex is 0.00, 0.25, 0.93, 0.13. Web safe color of #dfa810 is #cc9900. Color #dfa810 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101000 00010000
Octal 337 250 20
Decimal 223 168 16
Hex DF A8 10

RGB Percentages of Color #dfa810

%54.79
%41.28
%3.93

CMYK Percentages of Color #dfa810

%0
%25
%93
%13

Triadic Colors of #dfa810

#dfa810 #10dfa8 #a810df

Analogous Colors of #dfa810

#dfa810 #afdf10 #df4110

Monochromatic Colors of #dfa810

#dfa810

Complementary Color

#dfa810 #1047df

#dfa810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa810 Color CSS Codes

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

#dfa810 Text Font Color

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

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


#dfa810 Background Color

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

This div background color is #dfa810


#dfa810 Border Color

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

This div border color is #dfa810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa810


Comments

No comments written yet.

Please login to write comment.