Color Hex Logo

#dfbc40 Color Hex

#DFBC40
(223,188,64)
0 Favorites   0 Comments

Color spaces of #dfbc40

RGB 22318864
HSL0.130.710.56
HSV47°71°87°
CMYK 0.000.160.71   0.13
XYZ49.340152.024612.2917
Yxy52.02460.43410.4577
Hunter Lab72.1281-4.119040.3858
CIE-Lab77.2955-0.292264.1943

#dfbc40 color RGB value is (223,188,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 01000000
Octal 337 274 100
Decimal 223 188 64
Hex DF BC 40

RGB Percentages of Color #dfbc40

%46.95
%39.58
%13.47

CMYK Percentages of Color #dfbc40

%0
%16
%71
%13

Triadic Colors of #dfbc40

#dfbc40 #40dfbc #bc40df

Analogous Colors of #dfbc40

#dfbc40 #b3df40 #df6d40

Monochromatic Colors of #dfbc40

#dfbc40

Complementary Color

#dfbc40 #4063df

#dfbc40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbc40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbc40 Color CSS Codes

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

#dfbc40 Text Font Color

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

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


#dfbc40 Background Color

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

This div background color is #dfbc40


#dfbc40 Border Color

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

This div border color is #dfbc40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbc40


Comments

No comments written yet.

Please login to write comment.