#DE7769

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

Shades of Terra Cotta #DE7769

Tints of Terra Cotta #DE7769

Color information

#DE7769 (or 0xDE7769) is unknown color: approx Terra Cotta. HEX triplet: DE, 77 and 69. RGB value is (222,119,105). Sum of RGB (Red+Green+Blue) = 222+119+105=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7769 is #218896. Grayscale: #949494. Windows color (decimal): -2197655 or 6911966. OLE color: 6911966.

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

Color convert

RGB222119105-
CMYK00.460.530.13
HSL7.18º63.93%64.12%-
HSV(B)7.18º52.7%87.06%-
XYZ39.2729.7417.04-
YUV148.2103.62180.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.78%
GREEN value IS 119 (46.88% from 255) = 26.68%
BLUE value IS 105 (41.41% from 255) = 23.54%
R=49.78%
G=26.68%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211910500.460.530.137.1863.9364.12
HexDE776902E35D74040
Octal33616715105665157100100
Binary11011110111011111010010101110110101110111110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7769; }

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

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

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

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

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

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

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

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