#DE7B5F

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

Shades of Terra Cotta #DE7B5F

Tints of Terra Cotta #DE7B5F

Color information

#DE7B5F (or 0xDE7B5F) is unknown color: approx Terra Cotta. HEX triplet: DE, 7B and 5F. RGB value is (222,123,95). Sum of RGB (Red+Green+Blue) = 222+123+95=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7B5F is #2184A0. Grayscale: #959595. Windows color (decimal): -2196641 or 6257630. OLE color: 6257630.

HSL color Cylindrical-coordinate representation of color #DE7B5F: hue angle of 13.23º 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 #DE7B5F is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22212395-
CMYK00.450.570.13
HSL13.23º65.8%62.16%-
HSV(B)13.23º57.21%87.06%-
XYZ39.2730.5214.65-
YUV149.4197.3179.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.45%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 95 (37.5% from 255) = 21.59%
R=50.45%
G=27.95%
B=21.59%

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
Decimal2221239500.450.570.1313.2365.862.16
HexDE7B5F02D39Dd423e
Octal33617313705571151510276
Binary11011110111101110111110101101111001110111011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7B5F; }

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

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

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

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

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

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

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

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