Color Hex Logo

#dfb848 Color Hex

#DFB848
(223,184,72)
0 Favorites   0 Comments

Color spaces of #dfb848

RGB 22318472
HSL0.120.700.58
HSV45°68°87°
CMYK 0.000.170.68   0.13
XYZ48.741650.436813.2972
Yxy50.43680.43340.4484
Hunter Lab71.0189-1.775138.6121
CIE-Lab76.33662.209859.9740

#dfb848 color RGB value is (223,184,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 01001000
Octal 337 270 110
Decimal 223 184 72
Hex DF B8 48

RGB Percentages of Color #dfb848

%46.56
%38.41
%15.03

CMYK Percentages of Color #dfb848

%0
%17
%68
%13

Triadic Colors of #dfb848

#dfb848 #48dfb8 #b848df

Analogous Colors of #dfb848

#dfb848 #bbdf48 #df6d48

Monochromatic Colors of #dfb848

#dfb848

Complementary Color

#dfb848 #486fdf

#dfb848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb848 Color CSS Codes

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

#dfb848 Text Font Color

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

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


#dfb848 Background Color

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

This div background color is #dfb848


#dfb848 Border Color

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

This div border color is #dfb848


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,184,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 #dfb848">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb848


Comments

No comments written yet.

Please login to write comment.