Color Hex Logo

#dfaf41 Color Hex

#DFAF41
(223,175,65)
0 Favorites   0 Comments

Color spaces of #dfaf41

RGB 22317565
HSL0.120.710.56
HSV42°71°87°
CMYK 0.000.220.71   0.13
XYZ46.715546.729611.5586
Yxy46.72960.44490.4450
Hunter Lab68.35912.355737.8262
CIE-Lab74.01656.586260.5019

#dfaf41 color RGB value is (223,175,65).

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

The process color (four color CMYK) of #dfaf41 color hex is 0.00, 0.22, 0.71, 0.13. Web safe color of #dfaf41 is #cc9933. Color #dfaf41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 01000001
Octal 337 257 101
Decimal 223 175 65
Hex DF AF 41

RGB Percentages of Color #dfaf41

%48.16
%37.80
%14.04

CMYK Percentages of Color #dfaf41

%0
%22
%71
%13

Triadic Colors of #dfaf41

#dfaf41 #41dfaf #af41df

Analogous Colors of #dfaf41

#dfaf41 #c0df41 #df6041

Monochromatic Colors of #dfaf41

#dfaf41

Complementary Color

#dfaf41 #4171df

#dfaf41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaf41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaf41 Color CSS Codes

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

#dfaf41 Text Font Color

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

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


#dfaf41 Background Color

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

This div background color is #dfaf41


#dfaf41 Border Color

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

This div border color is #dfaf41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaf41


Comments

No comments written yet.

Please login to write comment.