Color Hex Logo

#dfb52b Color Hex

#DFB52B
(223,181,43)
0 Favorites   0 Comments

Color spaces of #dfb52b

RGB 22318143
HSL0.130.740.52
HSV46°81°87°
CMYK 0.000.190.81   0.13
XYZ47.391348.91019.2283
Yxy48.91010.44910.4635
Hunter Lab69.9358-1.428741.1315
CIE-Lab75.39542.536469.7264

#dfb52b color RGB value is (223,181,43).

#dfb52b hex color red value is 223, green value is 181 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dfb52b hue: 0.13 , saturation: 0.74 and the lightness value of dfb52b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110101 00101011
Octal 337 265 53
Decimal 223 181 43
Hex DF B5 2B

RGB Percentages of Color #dfb52b

%49.89
%40.49
%9.62

CMYK Percentages of Color #dfb52b

%0
%19
%81
%13

Triadic Colors of #dfb52b

#dfb52b #2bdfb5 #b52bdf

Analogous Colors of #dfb52b

#dfb52b #afdf2b #df5b2b

Monochromatic Colors of #dfb52b

#dfb52b

Complementary Color

#dfb52b #2b55df

#dfb52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb52b Color CSS Codes

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

#dfb52b Text Font Color

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

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


#dfb52b Background Color

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

This div background color is #dfb52b


#dfb52b Border Color

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

This div border color is #dfb52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb52b


Comments

No comments written yet.

Please login to write comment.