#DE7D62

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

Shades of Terra Cotta #DE7D62

Tints of Terra Cotta #DE7D62

Color information

#DE7D62 (or 0xDE7D62) is unknown color: approx Terra Cotta. HEX triplet: DE, 7D and 62. RGB value is (222,125,98). Sum of RGB (Red+Green+Blue) = 222+125+98=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7D62 is #21829D. Grayscale: #979797. Windows color (decimal): -2196126 or 6454750. OLE color: 6454750.

HSL color Cylindrical-coordinate representation of color #DE7D62: hue angle of 13.06º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE7D62 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB22212598-
CMYK00.440.560.13
HSL13.06º65.26%62.75%-
HSV(B)13.06º55.86%87.06%-
XYZ39.6631.0815.46-
YUV150.9298.14178.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.89%
GREEN value IS 125 (49.22% from 255) = 28.09%
BLUE value IS 98 (38.67% from 255) = 22.02%
R=49.89%
G=28.09%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221259800.440.560.1313.0665.2662.75
HexDE7D6202C38Dd413f
Octal33617514205470151510177
Binary11011110111110111000100101100111000110111011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7D62; }

 p { color: rgb(222,125,98); }

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

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

 a { background-color: rgb(222,125,98); }

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

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

 span { border-color: rgb(222,125,98); }

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