Color Hex Logo

#dfbc42 Color Hex

#DFBC42
(223,188,66)
0 Favorites   0 Comments

Color spaces of #dfbc42

RGB 22318866
HSL0.130.710.57
HSV47°70°87°
CMYK 0.000.160.70   0.13
XYZ49.398052.047812.5969
Yxy52.04780.43320.4564
Hunter Lab72.1442-4.031140.1484
CIE-Lab77.3094-0.194963.4247

#dfbc42 color RGB value is (223,188,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 01000010
Octal 337 274 102
Decimal 223 188 66
Hex DF BC 42

RGB Percentages of Color #dfbc42

%46.75
%39.41
%13.84

CMYK Percentages of Color #dfbc42

%0
%16
%70
%13

Triadic Colors of #dfbc42

#dfbc42 #42dfbc #bc42df

Analogous Colors of #dfbc42

#dfbc42 #b4df42 #df6e42

Monochromatic Colors of #dfbc42

#dfbc42

Complementary Color

#dfbc42 #4265df

#dfbc42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbc42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbc42 Color CSS Codes

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

#dfbc42 Text Font Color

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

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


#dfbc42 Background Color

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

This div background color is #dfbc42


#dfbc42 Border Color

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

This div border color is #dfbc42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbc42


Comments

No comments written yet.

Please login to write comment.