#DC7462

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

Shades of Terra Cotta #DC7462

Tints of Terra Cotta #DC7462

Color information

#DC7462 (or 0xDC7462) is unknown color: approx Terra Cotta. HEX triplet: DC, 74 and 62. RGB value is (220,116,98). Sum of RGB (Red+Green+Blue) = 220+116+98=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7462 is #238B9D. Grayscale: #919191. Windows color (decimal): -2329502 or 6452444. OLE color: 6452444.

HSL color Cylindrical-coordinate representation of color #DC7462: hue angle of 8.85º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC7462 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB22011698-
CMYK00.470.550.14
HSL8.85º63.54%62.35%-
HSV(B)8.85º55.45%86.27%-
XYZ37.9728.5915.07-
YUV145.04101.46181.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.69%
GREEN value IS 116 (45.70% from 255) = 26.73%
BLUE value IS 98 (38.67% from 255) = 22.58%
R=50.69%
G=26.73%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201169800.470.550.148.8563.5462.35
HexDC746202F37E9403e
Octal33416414205767161110076
Binary11011100111010011000100101111110111111010011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7462; }

 p { color: rgb(220,116,98); }

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

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

 a { background-color: rgb(220,116,98); }

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

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

 span { border-color: rgb(220,116,98); }

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