Color Hex Logo

#dfc795 Color Hex

#DFC795
(223,199,149)
0 Favorites   0 Comments

Color spaces of #dfc795

RGB 223199149
HSL0.110.540.73
HSV41°33°87°
CMYK 0.000.110.33   0.13
XYZ56.279758.704736.7987
Yxy58.70470.37080.3868
Hunter Lab76.6190-2.967925.1574
CIE-Lab81.12901.203728.1521

#dfc795 color RGB value is (223,199,149).

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

The process color (four color CMYK) of #dfc795 color hex is 0.00, 0.11, 0.33, 0.13. Web safe color of #dfc795 is #cccc99. Color #dfc795 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 10010101
Octal 337 307 225
Decimal 223 199 149
Hex DF C7 95

RGB Percentages of Color #dfc795

%39.05
%34.85
%26.09

CMYK Percentages of Color #dfc795

%0
%11
%33
%13

Triadic Colors of #dfc795

#dfc795 #95dfc7 #c795df

Analogous Colors of #dfc795

#dfc795 #d2df95 #dfa295

Monochromatic Colors of #dfc795

#dfc795

Complementary Color

#dfc795 #95addf

#dfc795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc795 Color CSS Codes

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

#dfc795 Text Font Color

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

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


#dfc795 Background Color

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

This div background color is #dfc795


#dfc795 Border Color

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

This div border color is #dfc795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc795


Comments

No comments written yet.

Please login to write comment.