#DE765A

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

Shades of Terra Cotta #DE765A

Tints of Terra Cotta #DE765A

Color information

#DE765A (or 0xDE765A) is unknown color: approx Terra Cotta. HEX triplet: DE, 76 and 5A. RGB value is (222,118,90). Sum of RGB (Red+Green+Blue) = 222+118+90=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE765A is #2189A5. Grayscale: #929292. Windows color (decimal): -2197926 or 5928670. OLE color: 5928670.

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

Color convert

RGB22211890-
CMYK00.470.590.13
HSL12.73º66.67%61.18%-
HSV(B)12.73º59.46%87.06%-
XYZ38.4529.2213.29-
YUV145.996.46182.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.63%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 90 (35.55% from 255) = 20.93%
R=51.63%
G=27.44%
B=20.93%

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
Decimal2221189000.470.590.1312.7366.6761.18
HexDE765A02F3BDd433d
Octal33616613205773151510375
Binary11011110111011010110100101111111011110111011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE765A; }

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

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

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

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

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

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

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

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