Color Hex Logo

#dfad61 Color Hex

#DFAD61
(223,173,97)
0 Favorites   0 Comments

Color spaces of #dfad61

RGB 22317397
HSL0.100.660.63
HSV36°57°87°
CMYK 0.000.220.57   0.13
XYZ47.532746.438217.7675
Yxy46.43820.42540.4156
Hunter Lab68.14565.252032.2433
CIE-Lab73.82909.682045.5863

#dfad61 color RGB value is (223,173,97).

#dfad61 hex color red value is 223, green value is 173 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #dfad61 hue: 0.10 , saturation: 0.66 and the lightness value of dfad61 is 0.63.

The process color (four color CMYK) of #dfad61 color hex is 0.00, 0.22, 0.57, 0.13. Web safe color of #dfad61 is #cc9966. Color #dfad61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 01100001
Octal 337 255 141
Decimal 223 173 97
Hex DF AD 61

RGB Percentages of Color #dfad61

%45.23
%35.09
%19.68

CMYK Percentages of Color #dfad61

%0
%22
%57
%13

Triadic Colors of #dfad61

#dfad61 #61dfad #ad61df

Analogous Colors of #dfad61

#dfad61 #d2df61 #df6e61

Monochromatic Colors of #dfad61

#dfad61

Complementary Color

#dfad61 #6193df

#dfad61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfad61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfad61 Color CSS Codes

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

#dfad61 Text Font Color

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

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


#dfad61 Background Color

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

This div background color is #dfad61


#dfad61 Border Color

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

This div border color is #dfad61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfad61


Comments

No comments written yet.

Please login to write comment.