#DF7F5A

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

Shades of Terra Cotta #DF7F5A

Tints of Terra Cotta #DF7F5A

Color information

#DF7F5A (or 0xDF7F5A) is unknown color: approx Terra Cotta. HEX triplet: DF, 7F and 5A. RGB value is (223,127,90). Sum of RGB (Red+Green+Blue) = 223+127+90=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7F5A is #2080A5. Grayscale: #979797. Windows color (decimal): -2130086 or 5930975. OLE color: 5930975.

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

Color convert

RGB22312790-
CMYK00.430.600.13
HSL16.69º67.51%61.37%-
HSV(B)16.69º59.64%87.45%-
XYZ39.8731.613.67-
YUV151.4993.3179.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.68%
GREEN value IS 127 (50% from 255) = 28.86%
BLUE value IS 90 (35.55% from 255) = 20.45%
R=50.68%
G=28.86%
B=20.45%

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
Decimal2231279000.430.600.1316.6967.5161.37
HexDF7F5A02B3CD11443d
Octal33717713205374152110475
Binary110111111111111101101001010111111001101100011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7F5A; }

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

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

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

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

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

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

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

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