#DF7D63

Color #DF7D63 Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #DF7D63

Tints of Terra Cotta #DF7D63

Color information

#DF7D63 (or 0xDF7D63) is unknown color: approx Terra Cotta. HEX triplet: DF, 7D and 63. RGB value is (223,125,99). Sum of RGB (Red+Green+Blue) = 223+125+99=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D63 is #20829C. Grayscale: #979797. Windows color (decimal): -2130589 or 6520287. OLE color: 6520287.

HSL color Cylindrical-coordinate representation of color #DF7D63: hue angle of 12.58º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF7D63 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB22312599-
CMYK00.440.560.13
HSL12.58º65.96%63.14%-
HSV(B)12.58º55.61%87.45%-
XYZ40.0231.2615.73-
YUV151.3498.47179.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 49.89%
GREEN value IS 125 (49.22% from 255) = 27.96%
BLUE value IS 99 (39.06% from 255) = 22.15%
R=49.89%
G=27.96%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231259900.440.560.1312.5865.9663.14
HexDF7D6302C38Dd423f
Octal33717514305470151510277
Binary11011111111110111000110101100111000110111011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7D63; }

 p { color: rgb(223,125,99); }

 H1.HeaderClassName
 {
   color: #DF7D63;
 }
 .AnyTagClassName
 {
   color: #DF7D63;
 }
</style>
background-color css

<style>
 a { background-color: #DF7D63; }

 a { background-color: rgb(223,125,99); }

 div.DivClassName
 {
   background-color: #DF7D63;
 }
 .BgClassName
 {
   background-color: #DF7D63;
 }
</style>
border-color css

<style>
 span { border-color: #DF7D63; }

 span { border-color: rgb(223,125,99); }

 td.TdClassName
 {
   border-color: #DF7D63;
 }
 .TagClassName
 {
   border-color: #DF7D63;
 }
</style>