Color Hex Logo

#dfbd3e Color Hex

#DFBD3E
(223,189,62)
0 Favorites   0 Comments

Color spaces of #dfbd3e

RGB 22318962
HSL0.130.720.56
HSV47°72°87°
CMYK 0.000.150.72   0.13
XYZ49.498552.431012.0688
Yxy52.43100.43420.4599
Hunter Lab72.4093-4.694740.8043
CIE-Lab77.5378-0.907165.1999

#dfbd3e color RGB value is (223,189,62).

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

The process color (four color CMYK) of #dfbd3e color hex is 0.00, 0.15, 0.72, 0.13. Web safe color of #dfbd3e is #cccc33. Color #dfbd3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 00111110
Octal 337 275 76
Decimal 223 189 62
Hex DF BD 3E

RGB Percentages of Color #dfbd3e

%47.05
%39.87
%13.08

CMYK Percentages of Color #dfbd3e

%0
%15
%72
%13

Triadic Colors of #dfbd3e

#dfbd3e #3edfbd #bd3edf

Analogous Colors of #dfbd3e

#dfbd3e #b1df3e #df6d3e

Monochromatic Colors of #dfbd3e

#dfbd3e

Complementary Color

#dfbd3e #3e60df

#dfbd3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbd3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbd3e Color CSS Codes

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

#dfbd3e Text Font Color

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

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


#dfbd3e Background Color

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

This div background color is #dfbd3e


#dfbd3e Border Color

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

This div border color is #dfbd3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbd3e


Comments

No comments written yet.

Please login to write comment.