#DE6A5A

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

Shades of Terra Cotta #DE6A5A

Tints of Terra Cotta #DE6A5A

Color information

#DE6A5A (or 0xDE6A5A) is unknown color: approx Terra Cotta. HEX triplet: DE, 6A and 5A. RGB value is (222,106,90). Sum of RGB (Red+Green+Blue) = 222+106+90=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6A5A is #2195A5. Grayscale: #8B8B8B. Windows color (decimal): -2200998 or 5925598. OLE color: 5925598.

HSL color Cylindrical-coordinate representation of color #DE6A5A: hue angle of 7.27º 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 #DE6A5A is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB22210690-
CMYK00.520.590.13
HSL7.27º66.67%61.18%-
HSV(B)7.27º59.46%87.06%-
XYZ37.1226.5812.85-
YUV138.86100.43187.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.11%
GREEN value IS 106 (41.80% from 255) = 25.36%
BLUE value IS 90 (35.55% from 255) = 21.53%
R=53.11%
G=25.36%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221069000.520.590.137.2766.6761.18
HexDE6A5A0343BD7433d
Octal3361521320647315710375
Binary1101111011010101011010011010011101111011111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6A5A; }

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

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

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

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

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

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

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

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