#df785a

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

Shades of Terra Cotta #DF785A

Tints of Terra Cotta #DF785A

Color information

#DF785A (or 0xDF785A) is unknown color: approx Terra Cotta. HEX triplet: DF, 78 and 5A. RGB value is (223,120,90). Sum of RGB (Red+Green+Blue) = 223+120+90=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF785A is #2087A5. Grayscale: #939393. Windows color (decimal): -2131878 or 5929183. OLE color: 5929183.

HSL color Cylindrical-coordinate representation of color #DF785A: hue angle of 13.53º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF785A is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22312090-
CMYK00.460.600.13
HSL13.53º67.51%61.37%-
HSV(B)13.53º59.64%87.45%-
XYZ38.9929.8613.38-
YUV147.3895.62181.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.50%
GREEN value IS 120 (47.27% from 255) = 27.71%
BLUE value IS 90 (35.55% from 255) = 20.79%
R=51.50%
G=27.71%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231209000.460.600.1313.5367.5161.37
HexDF785A02E3CDe443d
Octal33717013205674151610475
Binary11011111111100010110100101110111100110111101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df785a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df785a; }

 p { color: rgb(223,120,90); }

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

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

 a { background-color: rgb(223,120,90); }

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

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

 span { border-color: rgb(223,120,90); }

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