#DE7359

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

Shades of Terra Cotta #DE7359

Tints of Terra Cotta #DE7359

Color information

#DE7359 (or 0xDE7359) is unknown color: approx Terra Cotta. HEX triplet: DE, 73 and 59. RGB value is (222,115,89). Sum of RGB (Red+Green+Blue) = 222+115+89=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7359 is #218CA6. Grayscale: #909090. Windows color (decimal): -2198695 or 5862366. OLE color: 5862366.

HSL color Cylindrical-coordinate representation of color #DE7359: hue angle of 11.73º degrees, saturation: 0.67, 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 #DE7359 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22211589-
CMYK00.480.600.13
HSL11.73º66.83%60.98%-
HSV(B)11.73º59.91%87.06%-
XYZ38.0628.5112.95-
YUV144.0396.95183.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.11%
GREEN value IS 115 (45.31% from 255) = 27.00%
BLUE value IS 89 (35.16% from 255) = 20.89%
R=52.11%
G=27.00%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221158900.480.600.1311.7366.8360.98
HexDE73590303CDc433d
Octal33616313106074151410375
Binary11011110111001110110010110000111100110111001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7359; }

 p { color: rgb(222,115,89); }

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

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

 a { background-color: rgb(222,115,89); }

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

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

 span { border-color: rgb(222,115,89); }

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