Color Hex Logo

#dfbc41 Color Hex

#DFBC41
(223,188,65)
0 Favorites   0 Comments

Color spaces of #dfbc41

RGB 22318865
HSL0.130.710.56
HSV47°71°87°
CMYK 0.000.160.71   0.13
XYZ49.368852.036112.4430
Yxy52.03610.43360.4571
Hunter Lab72.1361-4.075440.2681
CIE-Lab77.3024-0.244063.8111

#dfbc41 color RGB value is (223,188,65).

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

The process color (four color CMYK) of #dfbc41 color hex is 0.00, 0.16, 0.71, 0.13. Web safe color of #dfbc41 is #cccc33. Color #dfbc41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 01000001
Octal 337 274 101
Decimal 223 188 65
Hex DF BC 41

RGB Percentages of Color #dfbc41

%46.85
%39.50
%13.66

CMYK Percentages of Color #dfbc41

%0
%16
%71
%13

Triadic Colors of #dfbc41

#dfbc41 #41dfbc #bc41df

Analogous Colors of #dfbc41

#dfbc41 #b3df41 #df6d41

Monochromatic Colors of #dfbc41

#dfbc41

Complementary Color

#dfbc41 #4164df

#dfbc41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbc41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbc41 Color CSS Codes

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

#dfbc41 Text Font Color

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

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


#dfbc41 Background Color

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

This div background color is #dfbc41


#dfbc41 Border Color

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

This div border color is #dfbc41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbc41


Comments

No comments written yet.

Please login to write comment.