Color Hex Logo

#dfa624 Color Hex

#DFA624
(223,166,36)
0 Favorites   0 Comments

Color spaces of #dfa624

RGB 22316636
HSL0.120.750.51
HSV42°84°87°
CMYK 0.000.260.84   0.13
XYZ44.386143.08787.6464
Yxy43.08780.46660.4530
Hunter Lab65.64135.827939.0424
CIE-Lab71.614510.268868.5453

#dfa624 color RGB value is (223,166,36).

#dfa624 hex color red value is 223, green value is 166 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #dfa624 hue: 0.12 , saturation: 0.75 and the lightness value of dfa624 is 0.51.

The process color (four color CMYK) of #dfa624 color hex is 0.00, 0.26, 0.84, 0.13. Web safe color of #dfa624 is #cc9933. Color #dfa624 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100110 00100100
Octal 337 246 44
Decimal 223 166 36
Hex DF A6 24

RGB Percentages of Color #dfa624

%52.47
%39.06
%8.47

CMYK Percentages of Color #dfa624

%0
%26
%84
%13

Triadic Colors of #dfa624

#dfa624 #24dfa6 #a624df

Analogous Colors of #dfa624

#dfa624 #bbdf24 #df4924

Monochromatic Colors of #dfa624

#dfa624

Complementary Color

#dfa624 #245ddf

#dfa624 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa624 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa624 Color CSS Codes

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

#dfa624 Text Font Color

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

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


#dfa624 Background Color

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

This div background color is #dfa624


#dfa624 Border Color

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

This div border color is #dfa624


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa624


Comments

No comments written yet.

Please login to write comment.