#DF7E5A

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

Shades of Terra Cotta #DF7E5A

Tints of Terra Cotta #DF7E5A

Color information

#DF7E5A (or 0xDF7E5A) is unknown color: approx Terra Cotta. HEX triplet: DF, 7E and 5A. RGB value is (223,126,90). Sum of RGB (Red+Green+Blue) = 223+126+90=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7E5A is #2081A5. Grayscale: #979797. Windows color (decimal): -2130342 or 5930719. OLE color: 5930719.

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

Color convert

RGB22312690-
CMYK00.430.600.13
HSL16.24º67.51%61.37%-
HSV(B)16.24º59.64%87.45%-
XYZ39.7431.3513.63-
YUV150.993.64179.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.80%
GREEN value IS 126 (49.61% from 255) = 28.70%
BLUE value IS 90 (35.55% from 255) = 20.50%
R=50.80%
G=28.70%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231269000.430.600.1316.2467.5161.37
HexDF7E5A02B3CD10443d
Octal33717613205374152010475
Binary110111111111110101101001010111111001101100001000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7E5A; }

 p { color: rgb(223,126,90); }

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

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

 a { background-color: rgb(223,126,90); }

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

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

 span { border-color: rgb(223,126,90); }

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