#DC7259

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

Shades of Terra Cotta #DC7259

Tints of Terra Cotta #DC7259

Color information

#DC7259 (or 0xDC7259) is unknown color: approx Terra Cotta. HEX triplet: DC, 72 and 59. RGB value is (220,114,89). Sum of RGB (Red+Green+Blue) = 220+114+89=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7259 is #238DA6. Grayscale: #8F8F8F. Windows color (decimal): -2330023 or 5862108. OLE color: 5862108.

HSL color Cylindrical-coordinate representation of color #DC7259: hue angle of 11.45º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC7259 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB22011489-
CMYK00.480.600.14
HSL11.45º65.17%60.59%-
HSV(B)11.45º59.55%86.27%-
XYZ37.3427.9712.88-
YUV142.8497.62183.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.01%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 89 (35.16% from 255) = 21.04%
R=52.01%
G=26.95%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201148900.480.600.1411.4565.1760.59
HexDC72590303CEb413d
Octal33416213106074161310175
Binary11011100111001010110010110000111100111010111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7259; }

 p { color: rgb(220,114,89); }

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

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

 a { background-color: rgb(220,114,89); }

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

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

 span { border-color: rgb(220,114,89); }

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