color codes Logo

#df664d color codes

#DF664D
(223,102,77)
0 Favorites   0 Comments

Color spaces of #df664d

RGB 22310277
HSL0.030.700.59
HSV10°65°87°
CMYK 0.000.540.65   0.13
XYZ36.522425.726510.0620
Yxy25.72650.50510.3558
Hunter Lab50.721339.768523.7431
CIE-Lab57.776545.502636.7795

#df664d color RGB value is (223,102,77).

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

The process color (four color CMYK) of #df664d color code is 0.00, 0.54, 0.65, 0.13. Web safe color of #df664d is #cc6666. Color #df664d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100110 01001101
Octal 337 146 115
Decimal 223 102 77
Hex DF 66 4D

RGB Percentages of Color #df664d

%55.47
%25.37
%19.15

CMYK Percentages of Color #df664d

%0
%54
%65
%13

Triadic Colors of #df664d

#df664d #4ddf66 #664ddf

Analogous Colors of #df664d

#df664d #dfaf4d #df4d7d

Monochromatic Colors of #df664d

#df664d

Complementary Color

#df664d #4dc6df

#df664d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df664d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df664d Color CSS Codes

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

#df664d Text Font Color

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

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


#df664d Background Color

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

This div background color is #df664d


#df664d Border Color

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

This div border color is #df664d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df664d


Comments

No comments written yet.

Please login to write comment.