Color Hex Logo

#dfc407 Color Hex

#DFC407
(223,196,7)
0 Favorites   0 Comments

Color spaces of #dfc407

RGB 2231967
HSL0.150.940.45
HSV53°97°87°
CMYK 0.000.120.97   0.13
XYZ50.209755.18328.2061
Yxy55.18320.44200.4858
Hunter Lab74.2854-9.350845.4502
CIE-Lab79.1467-5.924279.5657

#dfc407 color RGB value is (223,196,7).

#dfc407 hex color red value is 223, green value is 196 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #dfc407 hue: 0.15 , saturation: 0.94 and the lightness value of dfc407 is 0.45.

The process color (four color CMYK) of #dfc407 color hex is 0.00, 0.12, 0.97, 0.13. Web safe color of #dfc407 is #cccc00. Color #dfc407 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 00000111
Octal 337 304 7
Decimal 223 196 7
Hex DF C4 7

RGB Percentages of Color #dfc407

%52.35
%46.01
%1.64

CMYK Percentages of Color #dfc407

%0
%12
%97
%13

Triadic Colors of #dfc407

#dfc407 #07dfc4 #c407df

Analogous Colors of #dfc407

#dfc407 #8edf07 #df5807

Monochromatic Colors of #dfc407

#dfc407

Complementary Color

#dfc407 #0722df

#dfc407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc407 Color CSS Codes

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

#dfc407 Text Font Color

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

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


#dfc407 Background Color

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

This div background color is #dfc407


#dfc407 Border Color

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

This div border color is #dfc407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc407


Comments

No comments written yet.

Please login to write comment.