#DE765C

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

Shades of Terra Cotta #DE765C

Tints of Terra Cotta #DE765C

Color information

#DE765C (or 0xDE765C) is unknown color: approx Terra Cotta. HEX triplet: DE, 76 and 5C. RGB value is (222,118,92). Sum of RGB (Red+Green+Blue) = 222+118+92=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE765C is #2189A3. Grayscale: #929292. Windows color (decimal): -2197924 or 6059742. OLE color: 6059742.

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

Color convert

RGB22211892-
CMYK00.470.590.13
HSL12º66.33%61.57%-
HSV(B)12º58.56%87.06%-
XYZ38.5329.2613.74-
YUV146.1397.46182.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.39%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 92 (36.33% from 255) = 21.30%
R=51.39%
G=27.31%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221189200.470.590.131266.3361.57
HexDE765C02F3BDc423e
Octal33616613405773151410276
Binary11011110111011010111000101111111011110111001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE765C; }

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

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

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

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

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

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

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

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