Color Hex Logo

#dfc675 Color Hex

#DFC675
(223,198,117)
0 Favorites   0 Comments

Color spaces of #dfc675

RGB 223198117
HSL0.130.620.67
HSV46°48°87°
CMYK 0.000.110.48   0.13
XYZ53.836457.360525.0638
Yxy57.36050.39510.4210
Hunter Lab75.7367-5.655033.3947
CIE-Lab80.3819-1.742243.6035

#dfc675 color RGB value is (223,198,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 01110101
Octal 337 306 165
Decimal 223 198 117
Hex DF C6 75

RGB Percentages of Color #dfc675

%41.45
%36.80
%21.75

CMYK Percentages of Color #dfc675

%0
%11
%48
%13

Triadic Colors of #dfc675

#dfc675 #75dfc6 #c675df

Analogous Colors of #dfc675

#dfc675 #c3df75 #df9175

Monochromatic Colors of #dfc675

#dfc675

Complementary Color

#dfc675 #758edf

#dfc675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc675 Color CSS Codes

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

#dfc675 Text Font Color

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

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


#dfc675 Background Color

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

This div background color is #dfc675


#dfc675 Border Color

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

This div border color is #dfc675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc675


Comments

No comments written yet.

Please login to write comment.