#DE6C5A

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

Shades of Terra Cotta #DE6C5A

Tints of Terra Cotta #DE6C5A

Color information

#DE6C5A (or 0xDE6C5A) is unknown color: approx Terra Cotta. HEX triplet: DE, 6C and 5A. RGB value is (222,108,90). Sum of RGB (Red+Green+Blue) = 222+108+90=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6C5A is #2193A5. Grayscale: #8C8C8C. Windows color (decimal): -2200486 or 5926110. OLE color: 5926110.

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

Color convert

RGB22210890-
CMYK00.510.590.13
HSL8.18º66.67%61.18%-
HSV(B)8.18º59.46%87.06%-
XYZ37.3326.9912.92-
YUV140.0399.77186.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.86%
GREEN value IS 108 (42.58% from 255) = 25.71%
BLUE value IS 90 (35.55% from 255) = 21.43%
R=52.86%
G=25.71%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221089000.510.590.138.1866.6761.18
HexDE6C5A0333BD8433d
Octal33615413206373151010375
Binary11011110110110010110100110011111011110110001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6C5A; }

 p { color: rgb(222,108,90); }

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

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

 a { background-color: rgb(222,108,90); }

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

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

 span { border-color: rgb(222,108,90); }

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