Color Hex Logo

#dfc505 Color Hex

#DFC505
(223,197,5)
0 Favorites   0 Comments

Color spaces of #dfc505

RGB 2231975
HSL0.150.960.45
HSV53°98°87°
CMYK 0.000.120.98   0.13
XYZ50.425155.63148.2238
Yxy55.63140.44120.4868
Hunter Lab74.5865-9.849245.6733
CIE-Lab79.4036-6.454479.9479

#dfc505 color RGB value is (223,197,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000101 00000101
Octal 337 305 5
Decimal 223 197 5
Hex DF C5 5

RGB Percentages of Color #dfc505

%52.47
%46.35
%1.18

CMYK Percentages of Color #dfc505

%0
%12
%98
%13

Triadic Colors of #dfc505

#dfc505 #05dfc5 #c505df

Analogous Colors of #dfc505

#dfc505 #8cdf05 #df5805

Monochromatic Colors of #dfc505

#dfc505

Complementary Color

#dfc505 #051fdf

#dfc505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc505 Color CSS Codes

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

#dfc505 Text Font Color

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

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


#dfc505 Background Color

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

This div background color is #dfc505


#dfc505 Border Color

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

This div border color is #dfc505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc505


Comments

No comments written yet.

Please login to write comment.