#DE715C

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

Shades of Terra Cotta #DE715C

Tints of Terra Cotta #DE715C

Color information

#DE715C (or 0xDE715C) is unknown color: approx Terra Cotta. HEX triplet: DE, 71 and 5C. RGB value is (222,113,92). Sum of RGB (Red+Green+Blue) = 222+113+92=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE715C is #218EA3. Grayscale: #8F8F8F. Windows color (decimal): -2199204 or 6058462. OLE color: 6058462.

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

Color convert

RGB22211392-
CMYK00.490.590.13
HSL9.69º66.33%61.57%-
HSV(B)9.69º58.56%87.06%-
XYZ37.9628.1113.55-
YUV143.299.11184.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.99%
GREEN value IS 113 (44.53% from 255) = 26.46%
BLUE value IS 92 (36.33% from 255) = 21.55%
R=51.99%
G=26.46%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221139200.490.590.139.6966.3361.57
HexDE715C0313BDa423e
Octal33616113406173151210276
Binary11011110111000110111000110001111011110110101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE715C; }

 p { color: rgb(222,113,92); }

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

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

 a { background-color: rgb(222,113,92); }

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

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

 span { border-color: rgb(222,113,92); }

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