#DE7A5F

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

Shades of Terra Cotta #DE7A5F

Tints of Terra Cotta #DE7A5F

Color information

#DE7A5F (or 0xDE7A5F) is unknown color: approx Terra Cotta. HEX triplet: DE, 7A and 5F. RGB value is (222,122,95). Sum of RGB (Red+Green+Blue) = 222+122+95=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7A5F is #2185A0. Grayscale: #959595. Windows color (decimal): -2196897 or 6257374. OLE color: 6257374.

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

Color convert

RGB22212295-
CMYK00.450.570.13
HSL12.76º65.8%62.16%-
HSV(B)12.76º57.21%87.06%-
XYZ39.1530.2714.61-
YUV148.8297.63180.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.57%
GREEN value IS 122 (48.05% from 255) = 27.79%
BLUE value IS 95 (37.5% from 255) = 21.64%
R=50.57%
G=27.79%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221229500.450.570.1312.7665.862.16
HexDE7A5F02D39Dd423e
Octal33617213705571151510276
Binary11011110111101010111110101101111001110111011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7A5F; }

 p { color: rgb(222,122,95); }

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

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

 a { background-color: rgb(222,122,95); }

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

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

 span { border-color: rgb(222,122,95); }

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