Color Hex Logo

#dfb44a Color Hex

#DFB44A
(223,180,74)
0 Favorites   0 Comments

Color spaces of #dfb44a

RGB 22318074
HSL0.120.700.58
HSV43°67°87°
CMYK 0.000.190.67   0.13
XYZ47.988748.824913.3734
Yxy48.82490.43550.4431
Hunter Lab69.87480.309537.5648
CIE-Lab75.34234.424358.0704

#dfb44a color RGB value is (223,180,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 01001010
Octal 337 264 112
Decimal 223 180 74
Hex DF B4 4A

RGB Percentages of Color #dfb44a

%46.75
%37.74
%15.51

CMYK Percentages of Color #dfb44a

%0
%19
%67
%13

Triadic Colors of #dfb44a

#dfb44a #4adfb4 #b44adf

Analogous Colors of #dfb44a

#dfb44a #c0df4a #df6a4a

Monochromatic Colors of #dfb44a

#dfb44a

Complementary Color

#dfb44a #4a75df

#dfb44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb44a Color CSS Codes

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

#dfb44a Text Font Color

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

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


#dfb44a Background Color

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

This div background color is #dfb44a


#dfb44a Border Color

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

This div border color is #dfb44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb44a


Comments

No comments written yet.

Please login to write comment.