Color Hex Logo

#dfac15 Color Hex

#DFAC15
(223,172,21)
0 Favorites   0 Comments

Color spaces of #dfac15

RGB 22317221
HSL0.120.830.48
HSV45°91°87°
CMYK 0.000.230.91   0.13
XYZ45.319345.24727.0545
Yxy45.24720.46420.4635
Hunter Lab67.26602.545640.8682
CIE-Lab73.05446.762473.2143

#dfac15 color RGB value is (223,172,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 00010101
Octal 337 254 25
Decimal 223 172 21
Hex DF AC 15

RGB Percentages of Color #dfac15

%53.61
%41.35
%5.05

CMYK Percentages of Color #dfac15

%0
%23
%91
%13

Triadic Colors of #dfac15

#dfac15 #15dfac #ac15df

Analogous Colors of #dfac15

#dfac15 #addf15 #df4715

Monochromatic Colors of #dfac15

#dfac15

Complementary Color

#dfac15 #1548df

#dfac15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfac15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfac15 Color CSS Codes

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

#dfac15 Text Font Color

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

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


#dfac15 Background Color

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

This div background color is #dfac15


#dfac15 Border Color

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

This div border color is #dfac15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfac15


Comments

No comments written yet.

Please login to write comment.