Color Hex Logo

#dfb24a Color Hex

#DFB24A
(223,178,74)
0 Favorites   0 Comments

Color spaces of #dfb24a

RGB 22317874
HSL0.120.700.58
HSV42°67°87°
CMYK 0.000.200.67   0.13
XYZ47.587948.023213.2398
Yxy48.02320.43720.4412
Hunter Lab69.29881.304237.1816
CIE-Lab74.83965.479657.5359

#dfb24a color RGB value is (223,178,74).

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

The process color (four color CMYK) of #dfb24a color hex is 0.00, 0.20, 0.67, 0.13. Web safe color of #dfb24a is #cc9933. Color #dfb24a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 01001010
Octal 337 262 112
Decimal 223 178 74
Hex DF B2 4A

RGB Percentages of Color #dfb24a

%46.95
%37.47
%15.58

CMYK Percentages of Color #dfb24a

%0
%20
%67
%13

Triadic Colors of #dfb24a

#dfb24a #4adfb2 #b24adf

Analogous Colors of #dfb24a

#dfb24a #c2df4a #df684a

Monochromatic Colors of #dfb24a

#dfb24a

Complementary Color

#dfb24a #4a77df

#dfb24a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb24a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb24a Color CSS Codes

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

#dfb24a Text Font Color

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

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


#dfb24a Background Color

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

This div background color is #dfb24a


#dfb24a Border Color

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

This div border color is #dfb24a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb24a


Comments

No comments written yet.

Please login to write comment.