Color Hex Logo

#dfb353 Color Hex

#DFB353
(223,179,83)
0 Favorites   0 Comments

Color spaces of #dfb353

RGB 22317983
HSL0.110.690.60
HSV41°63°87°
CMYK 0.000.200.63   0.13
XYZ48.112948.552715.0194
Yxy48.55270.43080.4347
Hunter Lab69.67981.312135.9959
CIE-Lab75.17225.500553.8553

#dfb353 color RGB value is (223,179,83).

#dfb353 hex color red value is 223, green value is 179 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dfb353 hue: 0.11 , saturation: 0.69 and the lightness value of dfb353 is 0.60.

The process color (four color CMYK) of #dfb353 color hex is 0.00, 0.20, 0.63, 0.13. Web safe color of #dfb353 is #cccc66. Color #dfb353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 01010011
Octal 337 263 123
Decimal 223 179 83
Hex DF B3 53

RGB Percentages of Color #dfb353

%45.98
%36.91
%17.11

CMYK Percentages of Color #dfb353

%0
%20
%63
%13

Triadic Colors of #dfb353

#dfb353 #53dfb3 #b353df

Analogous Colors of #dfb353

#dfb353 #c5df53 #df6d53

Monochromatic Colors of #dfb353

#dfb353

Complementary Color

#dfb353 #537fdf

#dfb353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb353 Color CSS Codes

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

#dfb353 Text Font Color

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

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


#dfb353 Background Color

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

This div background color is #dfb353


#dfb353 Border Color

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

This div border color is #dfb353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb353


Comments

No comments written yet.

Please login to write comment.