Color Hex Logo

#dfbd49 Color Hex

#DFBD49
(223,189,73)
0 Favorites   0 Comments

Color spaces of #dfbd49

RGB 22318973
HSL0.130.700.58
HSV46°67°87°
CMYK 0.000.150.67   0.13
XYZ49.831652.564213.8228
Yxy52.56420.42880.4523
Hunter Lab72.5012-4.190239.4468
CIE-Lab77.6170-0.347960.8910

#dfbd49 color RGB value is (223,189,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 01001001
Octal 337 275 111
Decimal 223 189 73
Hex DF BD 49

RGB Percentages of Color #dfbd49

%45.98
%38.97
%15.05

CMYK Percentages of Color #dfbd49

%0
%15
%67
%13

Triadic Colors of #dfbd49

#dfbd49 #49dfbd #bd49df

Analogous Colors of #dfbd49

#dfbd49 #b6df49 #df7249

Monochromatic Colors of #dfbd49

#dfbd49

Complementary Color

#dfbd49 #496bdf

#dfbd49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbd49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbd49 Color CSS Codes

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

#dfbd49 Text Font Color

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

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


#dfbd49 Background Color

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

This div background color is #dfbd49


#dfbd49 Border Color

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

This div border color is #dfbd49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbd49


Comments

No comments written yet.

Please login to write comment.