Color Hex Logo

#df764c Color Hex

#DF764C
(223,118,76)
3 Favorites   0 Comments

Color spaces of #df764c

RGB 22311876
HSL0.050.700.59
HSV17°66°87°
CMYK 0.000.470.66   0.13
XYZ38.214429.166610.4531
Yxy29.16660.49100.3747
Hunter Lab54.006131.794826.3285
CIE-Lab60.928437.446041.0570

#df764c color RGB value is (223,118,76).

#df764c hex color red value is 223, green value is 118 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #df764c hue: 0.05 , saturation: 0.70 and the lightness value of df764c is 0.59.

The process color (four color CMYK) of #df764c color hex is 0.00, 0.47, 0.66, 0.13. Web safe color of #df764c is #cc6633. Color #df764c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110110 01001100
Octal 337 166 114
Decimal 223 118 76
Hex DF 76 4C

RGB Percentages of Color #df764c

%53.48
%28.30
%18.23

CMYK Percentages of Color #df764c

%0
%47
%66
%13

Triadic Colors of #df764c

#df764c #4cdf76 #764cdf

Analogous Colors of #df764c

#df764c #dfc04c #df4c6c

Monochromatic Colors of #df764c

#df764c

Complementary Color

#df764c #4cb5df

#df764c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df764c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df764c Color CSS Codes

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

#df764c Text Font Color

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

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


#df764c Background Color

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

This div background color is #df764c


#df764c Border Color

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

This div border color is #df764c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df764c


Comments

No comments written yet.

Please login to write comment.