#DE7051

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

Shades of Terra Cotta #DE7051

Tints of Terra Cotta #DE7051

Color information

#DE7051 (or 0xDE7051) is unknown color: approx Terra Cotta. HEX triplet: DE, 70 and 51. RGB value is (222,112,81). Sum of RGB (Red+Green+Blue) = 222+112+81=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7051 is #218FAE. Grayscale: #8D8D8D. Windows color (decimal): -2199471 or 5337310. OLE color: 5337310.

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

Color convert

RGB22211281-
CMYK00.500.640.13
HSL13.19º68.12%59.41%-
HSV(B)13.19º63.51%87.06%-
XYZ37.427.7111.16-
YUV141.3693.94185.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.49%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 81 (32.03% from 255) = 19.52%
R=53.49%
G=26.99%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221128100.500.640.1313.1968.1259.41
HexDE705103240Dd443b
Octal336160121062100151510473
Binary110111101110000101000101100101000000110111011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7051; }

 p { color: rgb(222,112,81); }

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

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

 a { background-color: rgb(222,112,81); }

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

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

 span { border-color: rgb(222,112,81); }

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