Color Hex Logo

#dfc807 Color Hex

#DFC807
(223,200,7)
0 Favorites   0 Comments

Color spaces of #dfc807

RGB 2232007
HSL0.150.940.45
HSV54°97°87°
CMYK 0.000.100.97   0.13
XYZ51.124157.01198.5109
Yxy57.01190.43830.4888
Hunter Lab75.5062-11.276346.1713
CIE-Lab80.1863-7.966480.3248

#dfc807 color RGB value is (223,200,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001000 00000111
Octal 337 310 7
Decimal 223 200 7
Hex DF C8 7

RGB Percentages of Color #dfc807

%51.86
%46.51
%1.63

CMYK Percentages of Color #dfc807

%0
%10
%97
%13

Triadic Colors of #dfc807

#dfc807 #07dfc8 #c807df

Analogous Colors of #dfc807

#dfc807 #8adf07 #df5c07

Monochromatic Colors of #dfc807

#dfc807

Complementary Color

#dfc807 #071edf

#dfc807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc807 Color CSS Codes

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

#dfc807 Text Font Color

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

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


#dfc807 Background Color

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

This div background color is #dfc807


#dfc807 Border Color

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

This div border color is #dfc807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc807


Comments

No comments written yet.

Please login to write comment.