Color Hex Logo

#dfb015 Color Hex

#DFB015
(223,176,21)
0 Favorites   0 Comments

Color spaces of #dfb015

RGB 22317621
HSL0.130.830.48
HSV46°91°87°
CMYK 0.000.210.91   0.13
XYZ46.092146.79287.3121
Yxy46.79280.46000.4670
Hunter Lab68.40530.565741.5459
CIE-Lab74.05704.648373.9770

#dfb015 color RGB value is (223,176,21).

#dfb015 hex color red value is 223, green value is 176 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #dfb015 hue: 0.13 , saturation: 0.83 and the lightness value of dfb015 is 0.48.

The process color (four color CMYK) of #dfb015 color hex is 0.00, 0.21, 0.91, 0.13. Web safe color of #dfb015 is #cc9900. Color #dfb015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 00010101
Octal 337 260 25
Decimal 223 176 21
Hex DF B0 15

RGB Percentages of Color #dfb015

%53.10
%41.90
%5.00

CMYK Percentages of Color #dfb015

%0
%21
%91
%13

Triadic Colors of #dfb015

#dfb015 #15dfb0 #b015df

Analogous Colors of #dfb015

#dfb015 #a9df15 #df4b15

Monochromatic Colors of #dfb015

#dfb015

Complementary Color

#dfb015 #1544df

#dfb015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb015 Color CSS Codes

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

#dfb015 Text Font Color

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

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


#dfb015 Background Color

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

This div background color is #dfb015


#dfb015 Border Color

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

This div border color is #dfb015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb015


Comments

No comments written yet.

Please login to write comment.