Color Hex Logo

#dfc207 Color Hex

#DFC207
(223,194,7)
0 Favorites   0 Comments

Color spaces of #dfc207

RGB 2231947
HSL0.140.940.45
HSV52°97°87°
CMYK 0.000.130.97   0.13
XYZ49.761654.28698.0567
Yxy54.28690.44390.4842
Hunter Lab73.6796-8.384445.0925
CIE-Lab78.6287-4.897779.1885

#dfc207 color RGB value is (223,194,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 00000111
Octal 337 302 7
Decimal 223 194 7
Hex DF C2 7

RGB Percentages of Color #dfc207

%52.59
%45.75
%1.65

CMYK Percentages of Color #dfc207

%0
%13
%97
%13

Triadic Colors of #dfc207

#dfc207 #07dfc2 #c207df

Analogous Colors of #dfc207

#dfc207 #90df07 #df5607

Monochromatic Colors of #dfc207

#dfc207

Complementary Color

#dfc207 #0724df

#dfc207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc207 Color CSS Codes

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

#dfc207 Text Font Color

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

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


#dfc207 Background Color

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

This div background color is #dfc207


#dfc207 Border Color

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

This div border color is #dfc207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc207


Comments

No comments written yet.

Please login to write comment.