Color Hex Logo

#dfb544 Color Hex

#DFB544
(223,181,68)
0 Favorites   0 Comments

Color spaces of #dfb544

RGB 22318168
HSL0.120.710.57
HSV44°70°87°
CMYK 0.000.190.70   0.13
XYZ47.998749.153112.4265
Yxy49.15310.43800.4486
Hunter Lab70.1093-0.485338.5676
CIE-Lab75.54653.571760.8266

#dfb544 color RGB value is (223,181,68).

#dfb544 hex color red value is 223, green value is 181 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #dfb544 hue: 0.12 , saturation: 0.71 and the lightness value of dfb544 is 0.57.

The process color (four color CMYK) of #dfb544 color hex is 0.00, 0.19, 0.70, 0.13. Web safe color of #dfb544 is #cccc33. Color #dfb544 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110101 01000100
Octal 337 265 104
Decimal 223 181 68
Hex DF B5 44

RGB Percentages of Color #dfb544

%47.25
%38.35
%14.41

CMYK Percentages of Color #dfb544

%0
%19
%70
%13

Triadic Colors of #dfb544

#dfb544 #44dfb5 #b544df

Analogous Colors of #dfb544

#dfb544 #bcdf44 #df6844

Monochromatic Colors of #dfb544

#dfb544

Complementary Color

#dfb544 #446edf

#dfb544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb544 Color CSS Codes

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

#dfb544 Text Font Color

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

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


#dfb544 Background Color

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

This div background color is #dfb544


#dfb544 Border Color

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

This div border color is #dfb544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb544


Comments

No comments written yet.

Please login to write comment.