Color Hex Logo

#dfc735 Color Hex

#DFC735
(223,199,53)
0 Favorites   0 Comments

Color spaces of #dfc735

RGB 22319953
HSL0.140.730.54
HSV52°76°87°
CMYK 0.000.110.76   0.13
XYZ51.497556.791911.6159
Yxy56.79190.42950.4736
Hunter Lab75.3604-9.902843.6134
CIE-Lab80.0624-6.444870.7697

#dfc735 color RGB value is (223,199,53).

#dfc735 hex color red value is 223, green value is 199 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #dfc735 hue: 0.14 , saturation: 0.73 and the lightness value of dfc735 is 0.54.

The process color (four color CMYK) of #dfc735 color hex is 0.00, 0.11, 0.76, 0.13. Web safe color of #dfc735 is #cccc33. Color #dfc735 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 00110101
Octal 337 307 65
Decimal 223 199 53
Hex DF C7 35

RGB Percentages of Color #dfc735

%46.95
%41.89
%11.16

CMYK Percentages of Color #dfc735

%0
%11
%76
%13

Triadic Colors of #dfc735

#dfc735 #35dfc7 #c735df

Analogous Colors of #dfc735

#dfc735 #a2df35 #df7235

Monochromatic Colors of #dfc735

#dfc735

Complementary Color

#dfc735 #354ddf

#dfc735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc735 Color CSS Codes

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

#dfc735 Text Font Color

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

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


#dfc735 Background Color

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

This div background color is #dfc735


#dfc735 Border Color

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

This div border color is #dfc735


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc735


Comments

No comments written yet.

Please login to write comment.