#DE735F

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

Shades of Terra Cotta #DE735F

Tints of Terra Cotta #DE735F

Color information

#DE735F (or 0xDE735F) is unknown color: approx Terra Cotta. HEX triplet: DE, 73 and 5F. RGB value is (222,115,95). Sum of RGB (Red+Green+Blue) = 222+115+95=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE735F is #218CA0. Grayscale: #909090. Windows color (decimal): -2198689 or 6255582. OLE color: 6255582.

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

Color convert

RGB22211595-
CMYK00.480.570.13
HSL9.45º65.8%62.16%-
HSV(B)9.45º57.21%87.06%-
XYZ38.3228.6214.33-
YUV144.7199.95183.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.39%
GREEN value IS 115 (45.31% from 255) = 26.62%
BLUE value IS 95 (37.5% from 255) = 21.99%
R=51.39%
G=26.62%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221159500.480.570.139.4565.862.16
HexDE735F03039D9423e
Octal33616313706071151110276
Binary11011110111001110111110110000111001110110011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE735F; }

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

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

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

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

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

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

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

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