Color Hex Logo

#dfb348 Color Hex

#DFB348
(223,179,72)
0 Favorites   0 Comments

Color spaces of #dfb348

RGB 22317972
HSL0.120.700.58
HSV43°68°87°
CMYK 0.000.200.68   0.13
XYZ47.721248.396112.9571
Yxy48.39610.43750.4437
Hunter Lab69.56730.703237.6542
CIE-Lab75.07414.839158.6505

#dfb348 color RGB value is (223,179,72).

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

The process color (four color CMYK) of #dfb348 color hex is 0.00, 0.20, 0.68, 0.13. Web safe color of #dfb348 is #cccc33. Color #dfb348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 01001000
Octal 337 263 110
Decimal 223 179 72
Hex DF B3 48

RGB Percentages of Color #dfb348

%47.05
%37.76
%15.19

CMYK Percentages of Color #dfb348

%0
%20
%68
%13

Triadic Colors of #dfb348

#dfb348 #48dfb3 #b348df

Analogous Colors of #dfb348

#dfb348 #c0df48 #df6848

Monochromatic Colors of #dfb348

#dfb348

Complementary Color

#dfb348 #4874df

#dfb348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb348 Color CSS Codes

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

#dfb348 Text Font Color

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

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


#dfb348 Background Color

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

This div background color is #dfb348


#dfb348 Border Color

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

This div border color is #dfb348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb348

#dfb348 Color Palettes


Comments

No comments written yet.

Please login to write comment.