Color Hex Logo

#dfbc2c Color Hex

#DFBC2C
(223,188,44)
0 Favorites   0 Comments

Color spaces of #dfbc2c

RGB 22318844
HSL0.130.740.52
HSV48°80°87°
CMYK 0.000.160.80   0.13
XYZ48.869351.83639.8126
Yxy51.83630.44220.4690
Hunter Lab71.9974-4.836042.3175
CIE-Lab77.1828-1.088770.9920

#dfbc2c color RGB value is (223,188,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 00101100
Octal 337 274 54
Decimal 223 188 44
Hex DF BC 2C

RGB Percentages of Color #dfbc2c

%49.01
%41.32
%9.67

CMYK Percentages of Color #dfbc2c

%0
%16
%80
%13

Triadic Colors of #dfbc2c

#dfbc2c #2cdfbc #bc2cdf

Analogous Colors of #dfbc2c

#dfbc2c #a9df2c #df632c

Monochromatic Colors of #dfbc2c

#dfbc2c

Complementary Color

#dfbc2c #2c4fdf

#dfbc2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbc2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbc2c Color CSS Codes

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

#dfbc2c Text Font Color

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

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


#dfbc2c Background Color

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

This div background color is #dfbc2c


#dfbc2c Border Color

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

This div border color is #dfbc2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbc2c

#dfbc2c Color Palettes


Comments

No comments written yet.

Please login to write comment.