Color Hex Logo

#dfb713 Color Hex

#DFB713
(223,183,19)
0 Favorites   0 Comments

Color spaces of #dfb713

RGB 22318319
HSL0.130.840.47
HSV48°91°87°
CMYK 0.000.180.91   0.13
XYZ47.482549.60207.6876
Yxy49.60200.45320.4734
Hunter Lab70.4287-2.906842.8283
CIE-Lab75.82430.941675.6556

#dfb713 color RGB value is (223,183,19).

#dfb713 hex color red value is 223, green value is 183 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #dfb713 hue: 0.13 , saturation: 0.84 and the lightness value of dfb713 is 0.47.

The process color (four color CMYK) of #dfb713 color hex is 0.00, 0.18, 0.91, 0.13. Web safe color of #dfb713 is #cccc00. Color #dfb713 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 00010011
Octal 337 267 23
Decimal 223 183 19
Hex DF B7 13

RGB Percentages of Color #dfb713

%52.47
%43.06
%4.47

CMYK Percentages of Color #dfb713

%0
%18
%91
%13

Triadic Colors of #dfb713

#dfb713 #13dfb7 #b713df

Analogous Colors of #dfb713

#dfb713 #a1df13 #df5113

Monochromatic Colors of #dfb713

#dfb713

Complementary Color

#dfb713 #133bdf

#dfb713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb713 Color CSS Codes

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

#dfb713 Text Font Color

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

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


#dfb713 Background Color

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

This div background color is #dfb713


#dfb713 Border Color

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

This div border color is #dfb713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb713


Comments

No comments written yet.

Please login to write comment.