#DE7754

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

Shades of Terra Cotta #DE7754

Tints of Terra Cotta #DE7754

Color information

#DE7754 (or 0xDE7754) is unknown color: approx Terra Cotta. HEX triplet: DE, 77 and 54. RGB value is (222,119,84). Sum of RGB (Red+Green+Blue) = 222+119+84=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7754 is #2188AB. Grayscale: #929292. Windows color (decimal): -2197676 or 5535710. OLE color: 5535710.

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

Color convert

RGB22211984-
CMYK00.460.620.13
HSL15.22º67.65%60%-
HSV(B)15.22º62.16%87.06%-
XYZ38.3229.3612.04-
YUV145.8193.12182.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.24%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 84 (33.20% from 255) = 19.76%
R=52.24%
G=28%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221198400.460.620.1315.2267.6560
HexDE775402E3EDf443c
Octal33616712405676151710474
Binary11011110111011110101000101110111110110111111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7754; }

 p { color: rgb(222,119,84); }

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

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

 a { background-color: rgb(222,119,84); }

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

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

 span { border-color: rgb(222,119,84); }

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