Color Hex Logo

#dfb531 Color Hex

#DFB531
(223,181,49)
0 Favorites   0 Comments

Color spaces of #dfb531

RGB 22318149
HSL0.130.730.53
HSV46°78°87°
CMYK 0.000.190.78   0.13
XYZ47.509748.95759.8514
Yxy48.95750.44690.4605
Hunter Lab69.9696-1.244640.6310
CIE-Lab75.42492.739167.8430

#dfb531 color RGB value is (223,181,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110101 00110001
Octal 337 265 61
Decimal 223 181 49
Hex DF B5 31

RGB Percentages of Color #dfb531

%49.23
%39.96
%10.82

CMYK Percentages of Color #dfb531

%0
%19
%78
%13

Triadic Colors of #dfb531

#dfb531 #31dfb5 #b531df

Analogous Colors of #dfb531

#dfb531 #b2df31 #df5e31

Monochromatic Colors of #dfb531

#dfb531

Complementary Color

#dfb531 #315bdf

#dfb531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb531 Color CSS Codes

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

#dfb531 Text Font Color

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

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


#dfb531 Background Color

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

This div background color is #dfb531


#dfb531 Border Color

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

This div border color is #dfb531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb531


Comments

No comments written yet.

Please login to write comment.