#DF775A

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

Shades of Terra Cotta #DF775A

Tints of Terra Cotta #DF775A

Color information

#DF775A (or 0xDF775A) is unknown color: approx Terra Cotta. HEX triplet: DF, 77 and 5A. RGB value is (223,119,90). Sum of RGB (Red+Green+Blue) = 223+119+90=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF775A is #2088A5. Grayscale: #939393. Windows color (decimal): -2132134 or 5928927. OLE color: 5928927.

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

Color convert

RGB22311990-
CMYK00.470.600.13
HSL13.08º67.51%61.37%-
HSV(B)13.08º59.64%87.45%-
XYZ38.8729.6213.34-
YUV146.7995.96182.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.62%
GREEN value IS 119 (46.88% from 255) = 27.55%
BLUE value IS 90 (35.55% from 255) = 20.83%
R=51.62%
G=27.55%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231199000.470.600.1313.0867.5161.37
HexDF775A02F3CDd443d
Octal33716713205774151510475
Binary11011111111011110110100101111111100110111011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF775A; }

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

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

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

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

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

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

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

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