#DE7B56

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

Shades of Terra Cotta #DE7B56

Tints of Terra Cotta #DE7B56

Color information

#DE7B56 (or 0xDE7B56) is unknown color: approx Terra Cotta. HEX triplet: DE, 7B and 56. RGB value is (222,123,86). Sum of RGB (Red+Green+Blue) = 222+123+86=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7B56 is #2184A9. Grayscale: #949494. Windows color (decimal): -2196650 or 5667806. OLE color: 5667806.

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

Color convert

RGB22212386-
CMYK00.450.610.13
HSL16.32º67.33%60.39%-
HSV(B)16.32º61.26%87.06%-
XYZ38.8930.3712.62-
YUV148.3892.8180.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.51%
GREEN value IS 123 (48.44% from 255) = 28.54%
BLUE value IS 86 (33.98% from 255) = 19.95%
R=51.51%
G=28.54%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221238600.450.610.1316.3267.3360.39
HexDE7B5602D3DD10433c
Octal33617312605575152010374
Binary110111101111011101011001011011111011101100001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7B56; }

 p { color: rgb(222,123,86); }

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

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

 a { background-color: rgb(222,123,86); }

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

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

 span { border-color: rgb(222,123,86); }

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