Color Hex Logo

#dfa23d Color Hex

#DFA23D
(223,162,61)
0 Favorites   0 Comments

Color spaces of #dfa23d

RGB 22316261
HSL0.100.720.56
HSV37°73°87°
CMYK 0.000.270.73   0.13
XYZ44.194141.865610.1665
Yxy41.86560.45930.4351
Hunter Lab64.70368.688335.9767
CIE-Lab70.778213.313758.8841

#dfa23d color RGB value is (223,162,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100010 00111101
Octal 337 242 75
Decimal 223 162 61
Hex DF A2 3D

RGB Percentages of Color #dfa23d

%50.00
%36.32
%13.68

CMYK Percentages of Color #dfa23d

%0
%27
%73
%13

Triadic Colors of #dfa23d

#dfa23d #3ddfa2 #a23ddf

Analogous Colors of #dfa23d

#dfa23d #cbdf3d #df513d

Monochromatic Colors of #dfa23d

#dfa23d

Complementary Color

#dfa23d #3d7adf

#dfa23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa23d Color CSS Codes

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

#dfa23d Text Font Color

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

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


#dfa23d Background Color

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

This div background color is #dfa23d


#dfa23d Border Color

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

This div border color is #dfa23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa23d


Comments

No comments written yet.

Please login to write comment.