Color Hex Logo

#dfc975 Color Hex

#DFC975
(223,201,117)
0 Favorites   0 Comments

Color spaces of #dfc975

RGB 223201117
HSL0.130.620.67
HSV48°48°87°
CMYK 0.000.100.48   0.13
XYZ54.529058.745625.2947
Yxy58.74560.39350.4239
Hunter Lab76.6457-7.137434.0850
CIE-Lab81.1516-3.293144.5552

#dfc975 color RGB value is (223,201,117).

#dfc975 hex color red value is 223, green value is 201 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #dfc975 hue: 0.13 , saturation: 0.62 and the lightness value of dfc975 is 0.67.

The process color (four color CMYK) of #dfc975 color hex is 0.00, 0.10, 0.48, 0.13. Web safe color of #dfc975 is #cccc66. Color #dfc975 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 01110101
Octal 337 311 165
Decimal 223 201 117
Hex DF C9 75

RGB Percentages of Color #dfc975

%41.22
%37.15
%21.63

CMYK Percentages of Color #dfc975

%0
%10
%48
%13

Triadic Colors of #dfc975

#dfc975 #75dfc9 #c975df

Analogous Colors of #dfc975

#dfc975 #c0df75 #df9475

Monochromatic Colors of #dfc975

#dfc975

Complementary Color

#dfc975 #758bdf

#dfc975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc975 Color CSS Codes

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

#dfc975 Text Font Color

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

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


#dfc975 Background Color

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

This div background color is #dfc975


#dfc975 Border Color

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

This div border color is #dfc975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc975


Comments

No comments written yet.

Please login to write comment.