Color Hex Logo

#dfb041 Color Hex

#DFB041
(223,176,65)
0 Favorites   0 Comments

Color spaces of #dfb041

RGB 22317665
HSL0.120.710.56
HSV42°71°87°
CMYK 0.000.210.71   0.13
XYZ46.910947.120311.6237
Yxy47.12030.44400.4460
Hunter Lab68.64421.858038.0112
CIE-Lab74.26676.057360.7558

#dfb041 color RGB value is (223,176,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 01000001
Octal 337 260 101
Decimal 223 176 65
Hex DF B0 41

RGB Percentages of Color #dfb041

%48.06
%37.93
%14.01

CMYK Percentages of Color #dfb041

%0
%21
%71
%13

Triadic Colors of #dfb041

#dfb041 #41dfb0 #b041df

Analogous Colors of #dfb041

#dfb041 #bfdf41 #df6141

Monochromatic Colors of #dfb041

#dfb041

Complementary Color

#dfb041 #4170df

#dfb041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb041 Color CSS Codes

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

#dfb041 Text Font Color

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

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


#dfb041 Background Color

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

This div background color is #dfb041


#dfb041 Border Color

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

This div border color is #dfb041


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,176,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 #dfb041">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb041


Comments

No comments written yet.

Please login to write comment.