Color Hex Logo

#dfbc2a Color Hex

#DFBC2A
(223,188,42)
0 Favorites   0 Comments

Color spaces of #dfbc2a

RGB 22318842
HSL0.130.740.52
HSV48°81°87°
CMYK 0.000.160.81   0.13
XYZ48.832651.82169.6193
Yxy51.82160.44280.4699
Hunter Lab71.9872-4.892042.4684
CIE-Lab77.1740-1.151071.5695

#dfbc2a color RGB value is (223,188,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 00101010
Octal 337 274 52
Decimal 223 188 42
Hex DF BC 2A

RGB Percentages of Color #dfbc2a

%49.23
%41.50
%9.27

CMYK Percentages of Color #dfbc2a

%0
%16
%81
%13

Triadic Colors of #dfbc2a

#dfbc2a #2adfbc #bc2adf

Analogous Colors of #dfbc2a

#dfbc2a #a8df2a #df622a

Monochromatic Colors of #dfbc2a

#dfbc2a

Complementary Color

#dfbc2a #2a4ddf

#dfbc2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbc2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbc2a Color CSS Codes

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

#dfbc2a Text Font Color

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

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


#dfbc2a Background Color

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

This div background color is #dfbc2a


#dfbc2a Border Color

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

This div border color is #dfbc2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbc2a


Comments

No comments written yet.

Please login to write comment.